Html Css Color HEX #CE4519 Harley Davidson Orange

📋 copy color: '#CE4519'

red 206 ◦ green 69 ◦ blue 25

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

Shades of Harley Davidson Orange #CE4519

Tints of Harley Davidson Orange #CE4519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23%

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

R = 68.67%
G = 23%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE4519 (or 0xCE4519) is known color: Harley Davidson Orange. HEX triplet: CE, 45 and 19. RGB value is (206,69,25). Sum of RGB (Red+Green+Blue) = 206+69+25=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4519 is #31BAE6. Grayscale: #696969. Windows color (decimal): -3259111 or 1656270. OLE color: 1656270.

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

Color convert

RGB 206 69 25 -
CMYK 0 0.67 0.88 0.19
HSL 14.59º 0.78% 0.45% -
HSV(B) 14.59º 0.88% 0.81% -
XYZ 27.76 17.45 2.82 -
YUV 104.95 82.89 200.08 -
System Red Green Blue C M Y K H S L
Decimal 206 69 25 0 0.67 0.88 0.19 14.59 0.78 0.45
Hex CE 45 19 0 43 58 13 F 4E 2D
Octal 316 105 31 0 103 130 23 17 116 55
Binary 11001110 1000101 11001 0 1000011 1011000 10011 1111 1001110 101101

Color Harmonies of #CE4519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4519

Black with #CE4519

Text Example


Text Example

White with #CE4519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4519; }

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

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

background-color css

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

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

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

border-color css

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

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

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