Html Css Color HEX #CE3520 Harley Davidson Orange

📋 copy color: '#CE3520'

red 206 ◦ green 53 ◦ blue 32

#CE3520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #CE3520

Tints of Harley Davidson Orange #CE3520

RGB

 RED value IS 206 (80.86% from 255) = 70.79%

 GREEN value IS 53 (21.09% from 255) = 18.21%

 BLUE value IS 32 (12.89% from 255) = 11%

R = 70.79%
G = 18.21%
B = 11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE3520 (or 0xCE3520) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 20. RGB value is (206,53,32). Sum of RGB (Red+Green+Blue) = 206+53+32=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3520 is #31CADF. Grayscale: #606060. Windows color (decimal): -3263200 or 2110926. OLE color: 2110926.

HSL color Cylindrical-coordinate representation of color #CE3520: hue angle of 7.24º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE3520 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 53 32 -
CMYK 0 0.74 0.84 0.19
HSL 7.24º 0.73% 0.47% -
HSV(B) 7.24º 0.84% 0.81% -
XYZ 26.99 15.77 2.99 -
YUV 96.35 91.69 206.21 -
System Red Green Blue C M Y K H S L
Decimal 206 53 32 0 0.74 0.84 0.19 7.24 0.73 0.47
Hex CE 35 20 0 4A 54 13 7 49 2F
Octal 316 65 40 0 112 124 23 7 111 57
Binary 11001110 110101 100000 0 1001010 1010100 10011 111 1001001 101111

Color Harmonies of #CE3520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3520

Black with #CE3520

Text Example


Text Example

White with #CE3520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3520; }

 p { color: rgb(206,53,32); }

 H1.HeaderClassName
 {
   color: #CE3520;
 }
 .AnyTagClassName
 {
   color: #CE3520;
 }
</style>

background-color css

<style>
 a { background-color: #CE3520; }

 a { background-color: rgb(206,53,32); }

 div.DivClassName
 {
   background-color: #CE3520;
 }
 .BgClassName
 {
   background-color: #CE3520;
 }
</style>

border-color css

<style>
 span { border-color: #CE3520; }

 span { border-color: rgb(206,53,32); }

 td.TdClassName
 {
   border-color: #CE3520;
 }
 .TagClassName
 {
   border-color: #CE3520;
 }
</style>