Html Css Color HEX #CE4219 Harley Davidson Orange

📋 copy color: '#CE4219'

red 206 ◦ green 66 ◦ blue 25

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

Shades of Harley Davidson Orange #CE4219

Tints of Harley Davidson Orange #CE4219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.22%

 BLUE value IS 25 (10.16% from 255) = 8.42%

R = 69.36%
G = 22.22%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE4219 (or 0xCE4219) is known color: Harley Davidson Orange. HEX triplet: CE, 42 and 19. RGB value is (206,66,25). Sum of RGB (Red+Green+Blue) = 206+66+25=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4219 is #31BDE6. Grayscale: #676767. Windows color (decimal): -3259879 or 1655502. OLE color: 1655502.

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

Color convert

RGB 206 66 25 -
CMYK 0 0.68 0.88 0.19
HSL 13.59º 0.78% 0.45% -
HSV(B) 13.59º 0.88% 0.81% -
XYZ 27.58 17.09 2.76 -
YUV 103.19 83.88 201.33 -
System Red Green Blue C M Y K H S L
Decimal 206 66 25 0 0.68 0.88 0.19 13.59 0.78 0.45
Hex CE 42 19 0 44 58 13 E 4E 2D
Octal 316 102 31 0 104 130 23 16 116 55
Binary 11001110 1000010 11001 0 1000100 1011000 10011 1110 1001110 101101

Color Harmonies of #CE4219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4219

Black with #CE4219

Text Example


Text Example

White with #CE4219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4219; }

 p { color: rgb(206,66,25); }

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

background-color css

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

 a { background-color: rgb(206,66,25); }

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

border-color css

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

 span { border-color: rgb(206,66,25); }

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