Html Css Color HEX #CE4712 Harley Davidson Orange

📋 copy color: '#CE4712'

red 206 ◦ green 71 ◦ blue 18

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

Shades of Harley Davidson Orange #CE4712

Tints of Harley Davidson Orange #CE4712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.07%

 BLUE value IS 18 (7.42% from 255) = 6.1%

R = 69.83%
G = 24.07%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE4712 (or 0xCE4712) is known color: Harley Davidson Orange. HEX triplet: CE, 47 and 12. RGB value is (206,71,18). Sum of RGB (Red+Green+Blue) = 206+71+18=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4712 is #31B8ED. Grayscale: #696969. Windows color (decimal): -3258606 or 1198030. OLE color: 1198030.

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

Color convert

RGB 206 71 18 -
CMYK 0 0.66 0.91 0.19
HSL 16.91º 0.84% 0.44% -
HSV(B) 16.91º 0.91% 0.81% -
XYZ 27.82 17.67 2.52 -
YUV 105.32 78.73 199.81 -
System Red Green Blue C M Y K H S L
Decimal 206 71 18 0 0.66 0.91 0.19 16.91 0.84 0.44
Hex CE 47 12 0 42 5B 13 11 54 2C
Octal 316 107 22 0 102 133 23 21 124 54
Binary 11001110 1000111 10010 0 1000010 1011011 10011 10001 1010100 101100

Color Harmonies of #CE4712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4712

Black with #CE4712

Text Example


Text Example

White with #CE4712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4712; }

 p { color: rgb(206,71,18); }

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

background-color css

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

 a { background-color: rgb(206,71,18); }

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

border-color css

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

 span { border-color: rgb(206,71,18); }

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