#CC421F

Color #CC421F Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #CC421F

Tints of Harley Davidson Orange #CC421F

Color information

#CC421F (or 0xCC421F) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 42 and 1F. RGB value is (204,66,31). Sum of RGB (Red+Green+Blue) = 204+66+31=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC421F is #33BDE0. Grayscale: #676767. Windows color (decimal): -3390945 or 2048716. OLE color: 2048716.

HSL color Cylindrical-coordinate representation of color #CC421F: hue angle of 12.14º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC421F is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB2046631-
CMYK00.680.850.2
HSL12.14º73.62%46.08%-
HSV(B)12.14º84.8%80%-
XYZ27.116.833.12-
YUV103.2787.22199.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 67.77%
GREEN value IS 66 (26.17% from 255) = 21.93%
BLUE value IS 31 (12.5% from 255) = 10.30%
R=67.77%
G=21.93%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204663100.680.850.212.1473.6246.08
HexCC421F0445514c4a2e
Octal314102370104125241411256
Binary110011001000010111110100010010101011010011001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC421F; }

 p { color: rgb(204,66,31); }

 H1.HeaderClassName
 {
   color: #CC421F;
 }
 .AnyTagClassName
 {
   color: #CC421F;
 }
</style>
background-color css

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

 a { background-color: rgb(204,66,31); }

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

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

 span { border-color: rgb(204,66,31); }

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