Html Css Color HEX #CE4818 Harley Davidson Orange

📋 copy color: '#CE4818'

red 206 ◦ green 72 ◦ blue 24

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

Shades of Harley Davidson Orange #CE4818

Tints of Harley Davidson Orange #CE4818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.84%

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

R = 68.21%
G = 23.84%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE4818 (or 0xCE4818) is known color: Harley Davidson Orange. HEX triplet: CE, 48 and 18. RGB value is (206,72,24). Sum of RGB (Red+Green+Blue) = 206+72+24=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4818 is #31B7E7. Grayscale: #6A6A6A. Windows color (decimal): -3258344 or 1591502. OLE color: 1591502.

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

Color convert

RGB 206 72 24 -
CMYK 0 0.65 0.88 0.19
HSL 15.82º 0.79% 0.45% -
HSV(B) 15.82º 0.88% 0.81% -
XYZ 27.94 17.82 2.83 -
YUV 106.59 81.39 198.9 -
System Red Green Blue C M Y K H S L
Decimal 206 72 24 0 0.65 0.88 0.19 15.82 0.79 0.45
Hex CE 48 18 0 41 58 13 10 4F 2D
Octal 316 110 30 0 101 130 23 20 117 55
Binary 11001110 1001000 11000 0 1000001 1011000 10011 10000 1001111 101101

Color Harmonies of #CE4818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4818

Black with #CE4818

Text Example


Text Example

White with #CE4818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4818; }

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

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

background-color css

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

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

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

border-color css

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

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

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