#C14221

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

Shades of Harley Davidson Orange #C14221

Tints of Harley Davidson Orange #C14221

Color information

#C14221 (or 0xC14221) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 42 and 21. RGB value is (193,66,33). Sum of RGB (Red+Green+Blue) = 193+66+33=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C14221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14221 is #3EBDDE. Grayscale: #646464. Windows color (decimal): -4111839 or 2179777. OLE color: 2179777.

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

Color convert

RGB1936633-
CMYK00.660.830.24
HSL12.38º70.8%44.31%-
HSV(B)12.38º82.9%75.69%-
XYZ24.2215.343.12-
YUV100.2190.08194.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 66.10%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 33 (13.28% from 255) = 11.30%
R=66.10%
G=22.60%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193663300.660.830.2412.3870.844.31
HexC142210425318c472c
Octal301102410102123301410754
Binary1100000110000101000010100001010100111100011001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14221; }

 p { color: rgb(193,66,33); }

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

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

 a { background-color: rgb(193,66,33); }

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

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

 span { border-color: rgb(193,66,33); }

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