Html Css Color HEX #CC4815 Harley Davidson Orange

📋 copy color: '#CC4815'

red 204 ◦ green 72 ◦ blue 21

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

Shades of Harley Davidson Orange #CC4815

Tints of Harley Davidson Orange #CC4815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.07%

R = 68.69%
G = 24.24%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC4815 (or 0xCC4815) is known color: Harley Davidson Orange. HEX triplet: CC, 48 and 15. RGB value is (204,72,21). Sum of RGB (Red+Green+Blue) = 204+72+21=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4815 is #33B7EA. Grayscale: #696969. Windows color (decimal): -3389419 or 1394892. OLE color: 1394892.

HSL color Cylindrical-coordinate representation of color #CC4815: hue angle of 16.72º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC4815 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 72 21 -
CMYK 0 0.65 0.90 0.2
HSL 16.72º 0.81% 0.44% -
HSV(B) 16.72º 0.9% 0.8% -
XYZ 27.35 17.53 2.65 -
YUV 105.65 80.23 198.15 -
System Red Green Blue C M Y K H S L
Decimal 204 72 21 0 0.65 0.90 0.2 16.72 0.81 0.44
Hex CC 48 15 0 41 5A 14 11 51 2C
Octal 314 110 25 0 101 132 24 21 121 54
Binary 11001100 1001000 10101 0 1000001 1011010 10100 10001 1010001 101100

Color Harmonies of #CC4815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4815

Black with #CC4815

Text Example


Text Example

White with #CC4815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4815; }

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

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

background-color css

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

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

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

border-color css

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

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

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