#C33818

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

Shades of Harley Davidson Orange #C33818

Tints of Harley Davidson Orange #C33818

Color information

#C33818 (or 0xC33818) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 38 and 18. RGB value is (195,56,24). Sum of RGB (Red+Green+Blue) = 195+56+24=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C33818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33818 is #3CC7E7. Grayscale: #5E5E5E. Windows color (decimal): -3983336 or 1587395. OLE color: 1587395.

HSL color Cylindrical-coordinate representation of color #C33818: hue angle of 11.23º 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 #C33818 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB1955624-
CMYK00.710.880.24
HSL11.23º78.08%42.94%-
HSV(B)11.23º87.69%76.47%-
XYZ24.0814.52.39-
YUV93.9188.55200.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 70.91%
GREEN value IS 56 (22.27% from 255) = 20.36%
BLUE value IS 24 (9.77% from 255) = 8.73%
R=70.91%
G=20.36%
B=8.73%

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
Decimal195562400.710.880.2411.2378.0842.94
HexC338180475818b4e2b
Octal30370300107130301311653
Binary11000011111000110000100011110110001100010111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33818; }

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

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

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

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

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

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

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

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