#C33918

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

Shades of Harley Davidson Orange #C33918

Tints of Harley Davidson Orange #C33918

Color information

#C33918 (or 0xC33918) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 39 and 18. RGB value is (195,57,24). Sum of RGB (Red+Green+Blue) = 195+57+24=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C33918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33918 is #3CC6E7. Grayscale: #5E5E5E. Windows color (decimal): -3983080 or 1587651. OLE color: 1587651.

HSL color Cylindrical-coordinate representation of color #C33918: hue angle of 11.58º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C33918 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB1955724-
CMYK00.710.880.24
HSL11.58º78.08%42.94%-
HSV(B)11.58º87.69%76.47%-
XYZ24.1314.592.41-
YUV94.588.22199.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 70.65%
GREEN value IS 57 (22.66% from 255) = 20.65%
BLUE value IS 24 (9.77% from 255) = 8.70%
R=70.65%
G=20.65%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195572400.710.880.2411.5878.0842.94
HexC339180475818c4e2b
Octal30371300107130301411653
Binary11000011111001110000100011110110001100011001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33918; }

 p { color: rgb(195,57,24); }

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

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

 a { background-color: rgb(195,57,24); }

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

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

 span { border-color: rgb(195,57,24); }

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