#C42502

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

Shades of Harley Davidson Orange #C42502

Tints of Harley Davidson Orange #C42502

Color information

#C42502 (or 0xC42502) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 25 and 02. RGB value is (196,37,2). Sum of RGB (Red+Green+Blue) = 196+37+2=235 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.40% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 196 - color contains mainly: red. Hex color #C42502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42502 is #3BDAFD. Grayscale: #505050. Windows color (decimal): -3922686 or 140740. OLE color: 140740.

HSL color Cylindrical-coordinate representation of color #C42502: hue angle of 10.82º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C42502 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB196372-
CMYK00.810.990.23
HSL10.82º97.98%38.82%-
HSV(B)10.82º98.98%76.86%-
XYZ23.4413.061.34-
YUV80.5583.68210.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 83.40%
GREEN value IS 37 (14.84% from 255) = 15.74%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=83.40%
G=15.74%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19637200.810.990.2310.8297.9838.82
HexC42520516317b6227
Octal3044520121143271314247
Binary11000100100101100101000111000111011110111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42502; }

 p { color: rgb(196,37,2); }

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

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

 a { background-color: rgb(196,37,2); }

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

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

 span { border-color: rgb(196,37,2); }

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