#C42007

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

Shades of Harley Davidson Orange #C42007

Tints of Harley Davidson Orange #C42007

Color information

#C42007 (or 0xC42007) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 20 and 07. RGB value is (196,32,7). Sum of RGB (Red+Green+Blue) = 196+32+7=235 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.40% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 196 - color contains mainly: red. Hex color #C42007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42007 is #3BDFF8. Grayscale: #4E4E4E. Windows color (decimal): -3923961 or 467140. OLE color: 467140.

HSL color Cylindrical-coordinate representation of color #C42007: hue angle of 7.94º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C42007 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB196327-
CMYK00.840.960.23
HSL7.94º93.1%39.8%-
HSV(B)7.94º96.43%76.86%-
XYZ23.3212.781.44-
YUV78.1987.83212.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 83.40%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 7 (3.12% from 255) = 2.98%
R=83.40%
G=13.62%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19632700.840.960.237.9493.139.8
HexC4207054601785d28
Octal3044070124140271013550
Binary110001001000001110101010011000001011110001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42007; }

 p { color: rgb(196,32,7); }

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

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

 a { background-color: rgb(196,32,7); }

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

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

 span { border-color: rgb(196,32,7); }

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