Html Css Color HEX #CC4519 Harley Davidson Orange

📋 copy color: '#CC4519'

red 204 ◦ green 69 ◦ blue 25

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

Shades of Harley Davidson Orange #CC4519

Tints of Harley Davidson Orange #CC4519

RGB

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

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

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

R = 68.46%
G = 23.15%
B = 8.39%

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

#CC4519 (or 0xCC4519) is known color: Harley Davidson Orange. HEX triplet: CC, 45 and 19. RGB value is (204,69,25). Sum of RGB (Red+Green+Blue) = 204+69+25=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4519 is #33BAE6. Grayscale: #686868. Windows color (decimal): -3390183 or 1656268. OLE color: 1656268.

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

Color convert

RGB 204 69 25 -
CMYK 0 0.66 0.88 0.2
HSL 14.75º 0.78% 0.45% -
HSV(B) 14.75º 0.88% 0.8% -
XYZ 27.21 17.16 2.8 -
YUV 104.35 83.23 199.08 -
System Red Green Blue C M Y K H S L
Decimal 204 69 25 0 0.66 0.88 0.2 14.75 0.78 0.45
Hex CC 45 19 0 42 58 14 F 4E 2D
Octal 314 105 31 0 102 130 24 17 116 55
Binary 11001100 1000101 11001 0 1000010 1011000 10100 1111 1001110 101101

Color Harmonies of #CC4519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4519

Black with #CC4519

Text Example


Text Example

White with #CC4519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4519; }

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

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

background-color css

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

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

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

border-color css

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

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

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