#C42D07

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

Shades of Harley Davidson Orange #C42D07

Tints of Harley Davidson Orange #C42D07

Color information

#C42D07 (or 0xC42D07) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 2D and 07. RGB value is (196,45,7). Sum of RGB (Red+Green+Blue) = 196+45+7=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42D07 is #3BD2F8. Grayscale: #565656. Windows color (decimal): -3920633 or 470468. OLE color: 470468.

HSL color Cylindrical-coordinate representation of color #C42D07: hue angle of 12.06º 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 #C42D07 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB196457-
CMYK00.770.960.23
HSL12.06º93.1%39.8%-
HSV(B)12.06º96.43%76.86%-
XYZ23.7413.631.58-
YUV85.8283.53206.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 79.03%
GREEN value IS 45 (17.97% from 255) = 18.15%
BLUE value IS 7 (3.12% from 255) = 2.82%
R=79.03%
G=18.15%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19645700.770.960.2312.0693.139.8
HexC42D704D6017c5d28
Octal3045570115140271413550
Binary110001001011011110100110111000001011111001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42D07; }

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

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

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

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

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

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

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

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