#CC2F1B

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

Shades of Harley Davidson Orange #CC2F1B

Tints of Harley Davidson Orange #CC2F1B

Color information

#CC2F1B (or 0xCC2F1B) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 2F and 1B. RGB value is (204,47,27). Sum of RGB (Red+Green+Blue) = 204+47+27=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2F1B is #33D0E4. Grayscale: #5B5B5B. Windows color (decimal): -3395813 or 1781708. OLE color: 1781708.

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

Color convert

RGB2044727-
CMYK00.770.870.2
HSL6.78º76.62%45.29%-
HSV(B)6.78º86.76%80%-
XYZ26.1214.952.55-
YUV91.6691.51208.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 73.38%
GREEN value IS 47 (18.75% from 255) = 16.91%
BLUE value IS 27 (10.94% from 255) = 9.71%
R=73.38%
G=16.91%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204472700.770.870.26.7876.6245.29
HexCC2F1B04D571474d2d
Octal3145733011512724711555
Binary1100110010111111011010011011010111101001111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2F1B; }

 p { color: rgb(204,47,27); }

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

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

 a { background-color: rgb(204,47,27); }

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

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

 span { border-color: rgb(204,47,27); }

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