Html Css Color HEX #CE4012 Harley Davidson Orange

📋 copy color: '#CE4012'

red 206 ◦ green 64 ◦ blue 18

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

Shades of Harley Davidson Orange #CE4012

Tints of Harley Davidson Orange #CE4012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.22%

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

R = 71.53%
G = 22.22%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE4012 (or 0xCE4012) is known color: Harley Davidson Orange. HEX triplet: CE, 40 and 12. RGB value is (206,64,18). Sum of RGB (Red+Green+Blue) = 206+64+18=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4012 is #31BFED. Grayscale: #656565. Windows color (decimal): -3260398 or 1196238. OLE color: 1196238.

HSL color Cylindrical-coordinate representation of color #CE4012: hue angle of 14.68º 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 #CE4012 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 64 18 -
CMYK 0 0.69 0.91 0.19
HSL 14.68º 0.84% 0.44% -
HSV(B) 14.68º 0.91% 0.81% -
XYZ 27.4 16.83 2.38 -
YUV 101.21 81.04 202.74 -
System Red Green Blue C M Y K H S L
Decimal 206 64 18 0 0.69 0.91 0.19 14.68 0.84 0.44
Hex CE 40 12 0 45 5B 13 F 54 2C
Octal 316 100 22 0 105 133 23 17 124 54
Binary 11001110 1000000 10010 0 1000101 1011011 10011 1111 1010100 101100

Color Harmonies of #CE4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4012

Black with #CE4012

Text Example


Text Example

White with #CE4012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4012; }

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

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

background-color css

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

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

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

border-color css

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

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

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