#C42B12

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

Shades of Harley Davidson Orange #C42B12

Tints of Harley Davidson Orange #C42B12

Color information

#C42B12 (or 0xC42B12) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 2B and 12. RGB value is (196,43,18). Sum of RGB (Red+Green+Blue) = 196+43+18=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42B12 is #3BD4ED. Grayscale: #565656. Windows color (decimal): -3921134 or 1190852. OLE color: 1190852.

HSL color Cylindrical-coordinate representation of color #C42B12: hue angle of 8.43º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C42B12 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB1964318-
CMYK00.780.910.23
HSL8.43º83.18%41.96%-
HSV(B)8.43º90.82%76.86%-
XYZ23.7413.511.93-
YUV85.989.69206.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 76.26%
GREEN value IS 43 (17.19% from 255) = 16.73%
BLUE value IS 18 (7.42% from 255) = 7.00%
R=76.26%
G=16.73%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196431800.780.910.238.4383.1841.96
HexC42B1204E5B178532a
Octal30453220116133271012352
Binary11000100101011100100100111010110111011110001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42B12; }

 p { color: rgb(196,43,18); }

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

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

 a { background-color: rgb(196,43,18); }

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

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

 span { border-color: rgb(196,43,18); }

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