#C33F21

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

Shades of Harley Davidson Orange #C33F21

Tints of Harley Davidson Orange #C33F21

Color information

#C33F21 (or 0xC33F21) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 3F and 21. RGB value is (195,63,33). Sum of RGB (Red+Green+Blue) = 195+63+33=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F21 is #3CC0DE. Grayscale: #636363. Windows color (decimal): -3981535 or 2179011. OLE color: 2179011.

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

Color convert

RGB1956333-
CMYK00.680.830.24
HSL11.11º71.05%44.71%-
HSV(B)11.11º83.08%76.47%-
XYZ24.5615.273.09-
YUV99.0590.73196.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 67.01%
GREEN value IS 63 (25% from 255) = 21.65%
BLUE value IS 33 (13.28% from 255) = 11.34%
R=67.01%
G=21.65%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195633300.680.830.2411.1171.0544.71
HexC33F210445318b472d
Octal30377410104123301310755
Binary110000111111111000010100010010100111100010111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33F21; }

 p { color: rgb(195,63,33); }

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

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

 a { background-color: rgb(195,63,33); }

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

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

 span { border-color: rgb(195,63,33); }

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