Html Css Color HEX #CE3F24 Harley Davidson Orange

📋 copy color: '#CE3F24'

red 206 ◦ green 63 ◦ blue 36

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

Shades of Harley Davidson Orange #CE3F24

Tints of Harley Davidson Orange #CE3F24

RGB

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

 GREEN value IS 63 (25% from 255) = 20.66%

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

R = 67.54%
G = 20.66%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE3F24 (or 0xCE3F24) is known color: Harley Davidson Orange. HEX triplet: CE, 3F and 24. RGB value is (206,63,36). Sum of RGB (Red+Green+Blue) = 206+63+36=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3F24 is #31C0DB. Grayscale: #666666. Windows color (decimal): -3260636 or 2375630. OLE color: 2375630.

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

Color convert

RGB 206 63 36 -
CMYK 0 0.69 0.83 0.19
HSL 9.53º 0.7% 0.47% -
HSV(B) 9.53º 0.83% 0.81% -
XYZ 27.55 16.8 3.46 -
YUV 102.68 90.38 201.7 -
System Red Green Blue C M Y K H S L
Decimal 206 63 36 0 0.69 0.83 0.19 9.53 0.7 0.47
Hex CE 3F 24 0 45 53 13 A 46 2F
Octal 316 77 44 0 105 123 23 12 106 57
Binary 11001110 111111 100100 0 1000101 1010011 10011 1010 1000110 101111

Color Harmonies of #CE3F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3F24

Black with #CE3F24

Text Example


Text Example

White with #CE3F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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