#CC1B0D

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

Shades of Harley Davidson Orange #CC1B0D

Tints of Harley Davidson Orange #CC1B0D

Color information

#CC1B0D (or 0xCC1B0D) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 1B and 0D. RGB value is (204,27,13). Sum of RGB (Red+Green+Blue) = 204+27+13=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1B0D is #33E4F2. Grayscale: #4E4E4E. Windows color (decimal): -3400947 or 859084. OLE color: 859084.

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

Color convert

RGB2042713-
CMYK00.870.940.2
HSL4.4º88.02%42.55%-
HSV(B)4.4º93.63%80%-
XYZ25.3713.651.68-
YUV78.3391.14217.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 83.61%
GREEN value IS 27 (10.94% from 255) = 11.07%
BLUE value IS 13 (5.47% from 255) = 5.33%
R=83.61%
G=11.07%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204271300.870.940.24.488.0242.55
HexCC1BD0575E144582b
Octal3143315012713624413053
Binary11001100110111101010101111011110101001001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1B0D; }

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

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

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

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

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

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

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

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