Html Css Color HEX #CE3912 Harley Davidson Orange

📋 copy color: '#CE3912'

red 206 ◦ green 57 ◦ blue 18

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

Shades of Harley Davidson Orange #CE3912

Tints of Harley Davidson Orange #CE3912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.28%

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

R = 73.31%
G = 20.28%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE3912 (or 0xCE3912) is known color: Harley Davidson Orange. HEX triplet: CE, 39 and 12. RGB value is (206,57,18). Sum of RGB (Red+Green+Blue) = 206+57+18=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3912 is #31C6ED. Grayscale: #616161. Windows color (decimal): -3262190 or 1194446. OLE color: 1194446.

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

Color convert

RGB 206 57 18 -
CMYK 0 0.72 0.91 0.19
HSL 12.45º 0.84% 0.44% -
HSV(B) 12.45º 0.91% 0.81% -
XYZ 27.03 16.09 2.25 -
YUV 97.11 83.36 205.67 -
System Red Green Blue C M Y K H S L
Decimal 206 57 18 0 0.72 0.91 0.19 12.45 0.84 0.44
Hex CE 39 12 0 48 5B 13 C 54 2C
Octal 316 71 22 0 110 133 23 14 124 54
Binary 11001110 111001 10010 0 1001000 1011011 10011 1100 1010100 101100

Color Harmonies of #CE3912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3912

Black with #CE3912

Text Example


Text Example

White with #CE3912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3912; }

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

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

background-color css

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

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

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

border-color css

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

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

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