#C21D09

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

Shades of Harley Davidson Orange #C21D09

Tints of Harley Davidson Orange #C21D09

Color information

#C21D09 (or 0xC21D09) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 1D and 09. RGB value is (194,29,9). Sum of RGB (Red+Green+Blue) = 194+29+9=232 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.62% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21D09 is #3DE2F6. Grayscale: #4C4C4C. Windows color (decimal): -4055799 or 597442. OLE color: 597442.

HSL color Cylindrical-coordinate representation of color #C21D09: hue angle of 6.49º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C21D09 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB194299-
CMYK00.850.950.24
HSL6.49º91.13%39.8%-
HSV(B)6.49º95.36%76.08%-
XYZ22.7412.371.45-
YUV76.0590.16212.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 83.62%
GREEN value IS 29 (11.72% from 255) = 12.5%
BLUE value IS 9 (3.91% from 255) = 3.88%
R=83.62%
G=12.5%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19429900.850.950.246.4991.1339.8
HexC21D90555F1865b28
Octal3023511012513730613350
Binary11000010111011001010101011011111110001101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21D09; }

 p { color: rgb(194,29,9); }

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

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

 a { background-color: rgb(194,29,9); }

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

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

 span { border-color: rgb(194,29,9); }

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