Html Css Color HEX #CE4619 Harley Davidson Orange

📋 copy color: '#CE4619'

red 206 ◦ green 70 ◦ blue 25

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

Shades of Harley Davidson Orange #CE4619

Tints of Harley Davidson Orange #CE4619

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

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

R = 68.44%
G = 23.26%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE4619 (or 0xCE4619) is known color: Harley Davidson Orange. HEX triplet: CE, 46 and 19. RGB value is (206,70,25). Sum of RGB (Red+Green+Blue) = 206+70+25=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4619 is #31B9E6. Grayscale: #696969. Windows color (decimal): -3258855 or 1656526. OLE color: 1656526.

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

Color convert

RGB 206 70 25 -
CMYK 0 0.66 0.88 0.19
HSL 14.92º 0.78% 0.45% -
HSV(B) 14.92º 0.88% 0.81% -
XYZ 27.82 17.57 2.85 -
YUV 105.53 82.56 199.66 -
System Red Green Blue C M Y K H S L
Decimal 206 70 25 0 0.66 0.88 0.19 14.92 0.78 0.45
Hex CE 46 19 0 42 58 13 F 4E 2D
Octal 316 106 31 0 102 130 23 17 116 55
Binary 11001110 1000110 11001 0 1000010 1011000 10011 1111 1001110 101101

Color Harmonies of #CE4619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4619

Black with #CE4619

Text Example


Text Example

White with #CE4619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4619; }

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

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

background-color css

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

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

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

border-color css

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

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

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