Html Css Color HEX #CC4619 Harley Davidson Orange

📋 copy color: '#CC4619'

red 204 ◦ green 70 ◦ blue 25

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

Shades of Harley Davidson Orange #CC4619

Tints of Harley Davidson Orange #CC4619

RGB

 RED value IS 204 (80.08% from 255) = 68.23%

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

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

R = 68.23%
G = 23.41%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC4619 (or 0xCC4619) is known color: Harley Davidson Orange. HEX triplet: CC, 46 and 19. RGB value is (204,70,25). Sum of RGB (Red+Green+Blue) = 204+70+25=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4619 is #33B9E6. Grayscale: #696969. Windows color (decimal): -3389927 or 1656524. OLE color: 1656524.

HSL color Cylindrical-coordinate representation of color #CC4619: hue angle of 15.08º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC4619 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 70 25 -
CMYK 0 0.66 0.88 0.2
HSL 15.08º 0.78% 0.45% -
HSV(B) 15.08º 0.88% 0.8% -
XYZ 27.27 17.29 2.82 -
YUV 104.94 82.89 198.66 -
System Red Green Blue C M Y K H S L
Decimal 204 70 25 0 0.66 0.88 0.2 15.08 0.78 0.45
Hex CC 46 19 0 42 58 14 F 4E 2D
Octal 314 106 31 0 102 130 24 17 116 55
Binary 11001100 1000110 11001 0 1000010 1011000 10100 1111 1001110 101101

Color Harmonies of #CC4619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4619

Black with #CC4619

Text Example


Text Example

White with #CC4619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4619; }

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

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

background-color css

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

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

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

border-color css

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

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

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