#C21B0C

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

Shades of Harley Davidson Orange #C21B0C

Tints of Harley Davidson Orange #C21B0C

Color information

#C21B0C (or 0xC21B0C) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 1B and 0C. RGB value is (194,27,12). Sum of RGB (Red+Green+Blue) = 194+27+12=233 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.26% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21B0C is #3DE4F3. Grayscale: #4B4B4B. Windows color (decimal): -4056308 or 793538. OLE color: 793538.

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

Color convert

RGB1942712-
CMYK00.860.940.24
HSL4.95º88.35%40.39%-
HSV(B)4.95º93.81%76.08%-
XYZ22.7112.281.52-
YUV75.2292.33212.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 83.26%
GREEN value IS 27 (10.94% from 255) = 11.59%
BLUE value IS 12 (5.08% from 255) = 5.15%
R=83.26%
G=11.59%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194271200.860.940.244.9588.3540.39
HexC21BC0565E1855828
Octal3023314012613630513050
Binary11000010110111100010101101011110110001011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21B0C; }

 p { color: rgb(194,27,12); }

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

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

 a { background-color: rgb(194,27,12); }

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

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

 span { border-color: rgb(194,27,12); }

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