Html Css Color HEX #CE3518 Harley Davidson Orange

📋 copy color: '#CE3518'

red 206 ◦ green 53 ◦ blue 24

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

Shades of Harley Davidson Orange #CE3518

Tints of Harley Davidson Orange #CE3518

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.73%

 BLUE value IS 24 (9.77% from 255) = 8.48%

R = 72.79%
G = 18.73%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE3518 (or 0xCE3518) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 18. RGB value is (206,53,24). Sum of RGB (Red+Green+Blue) = 206+53+24=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3518 is #31CAE7. Grayscale: #5F5F5F. Windows color (decimal): -3263208 or 1586638. OLE color: 1586638.

HSL color Cylindrical-coordinate representation of color #CE3518: hue angle of 9.56º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE3518 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 53 24 -
CMYK 0 0.74 0.88 0.19
HSL 9.56º 0.79% 0.45% -
HSV(B) 9.56º 0.88% 0.81% -
XYZ 26.89 15.73 2.48 -
YUV 95.44 87.69 206.86 -
System Red Green Blue C M Y K H S L
Decimal 206 53 24 0 0.74 0.88 0.19 9.56 0.79 0.45
Hex CE 35 18 0 4A 58 13 A 4F 2D
Octal 316 65 30 0 112 130 23 12 117 55
Binary 11001110 110101 11000 0 1001010 1011000 10011 1010 1001111 101101

Color Harmonies of #CE3518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3518

Black with #CE3518

Text Example


Text Example

White with #CE3518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3518; }

 p { color: rgb(206,53,24); }

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

background-color css

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

 a { background-color: rgb(206,53,24); }

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

border-color css

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

 span { border-color: rgb(206,53,24); }

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