#CC241E

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

Shades of Harley Davidson Orange #CC241E

Tints of Harley Davidson Orange #CC241E

Color information

#CC241E (or 0xCC241E) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 24 and 1E. RGB value is (204,36,30). Sum of RGB (Red+Green+Blue) = 204+36+30=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC241E is #33DBE1. Grayscale: #555555. Windows color (decimal): -3398626 or 1975500. OLE color: 1975500.

HSL color Cylindrical-coordinate representation of color #CC241E: hue angle of 2.07º 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 #CC241E is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB2043630-
CMYK00.820.850.2
HSL2.07º74.36%45.88%-
HSV(B)2.07º85.29%80%-
XYZ25.7714.192.61-
YUV85.5596.66212.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 75.56%
GREEN value IS 36 (14.45% from 255) = 13.33%
BLUE value IS 30 (12.11% from 255) = 11.11%
R=75.56%
G=13.33%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204363000.820.850.22.0774.3645.88
HexCC241E052551424a2e
Octal3144436012212524211256
Binary110011001001001111001010010101010110100101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC241E; }

 p { color: rgb(204,36,30); }

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

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

 a { background-color: rgb(204,36,30); }

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

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

 span { border-color: rgb(204,36,30); }

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