Html Css Color HEX #CE3E24 Harley Davidson Orange

📋 copy color: '#CE3E24'

red 206 ◦ green 62 ◦ blue 36

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

Shades of Harley Davidson Orange #CE3E24

Tints of Harley Davidson Orange #CE3E24

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.39%

 BLUE value IS 36 (14.45% from 255) = 11.84%

R = 67.76%
G = 20.39%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE3E24 (or 0xCE3E24) is known color: Harley Davidson Orange. HEX triplet: CE, 3E and 24. RGB value is (206,62,36). Sum of RGB (Red+Green+Blue) = 206+62+36=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E24 is #31C1DB. Grayscale: #666666. Windows color (decimal): -3260892 or 2375374. OLE color: 2375374.

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

Color convert

RGB 206 62 36 -
CMYK 0 0.70 0.83 0.19
HSL 9.18º 0.7% 0.47% -
HSV(B) 9.18º 0.83% 0.81% -
XYZ 27.49 16.69 3.44 -
YUV 102.09 90.71 202.11 -
System Red Green Blue C M Y K H S L
Decimal 206 62 36 0 0.70 0.83 0.19 9.18 0.7 0.47
Hex CE 3E 24 0 46 53 13 9 46 2F
Octal 316 76 44 0 106 123 23 11 106 57
Binary 11001110 111110 100100 0 1000110 1010011 10011 1001 1000110 101111

Color Harmonies of #CE3E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3E24

Black with #CE3E24

Text Example


Text Example

White with #CE3E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3E24; }

 p { color: rgb(206,62,36); }

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

background-color css

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

 a { background-color: rgb(206,62,36); }

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

border-color css

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

 span { border-color: rgb(206,62,36); }

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