Html Css Color HEX #CC4819 Harley Davidson Orange

📋 copy color: '#CC4819'

red 204 ◦ green 72 ◦ blue 25

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

Shades of Harley Davidson Orange #CC4819

Tints of Harley Davidson Orange #CC4819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.92%

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

R = 67.77%
G = 23.92%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC4819 (or 0xCC4819) is known color: Harley Davidson Orange. HEX triplet: CC, 48 and 19. RGB value is (204,72,25). Sum of RGB (Red+Green+Blue) = 204+72+25=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4819 is #33B7E6. Grayscale: #6A6A6A. Windows color (decimal): -3389415 or 1657036. OLE color: 1657036.

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

Color convert

RGB 204 72 25 -
CMYK 0 0.65 0.88 0.2
HSL 15.75º 0.78% 0.45% -
HSV(B) 15.75º 0.88% 0.8% -
XYZ 27.39 17.54 2.86 -
YUV 106.11 82.23 197.82 -
System Red Green Blue C M Y K H S L
Decimal 204 72 25 0 0.65 0.88 0.2 15.75 0.78 0.45
Hex CC 48 19 0 41 58 14 10 4E 2D
Octal 314 110 31 0 101 130 24 20 116 55
Binary 11001100 1001000 11001 0 1000001 1011000 10100 10000 1001110 101101

Color Harmonies of #CC4819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4819

Black with #CC4819

Text Example


Text Example

White with #CC4819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4819; }

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

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

background-color css

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

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

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

border-color css

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

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

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