#C02502

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

Shades of Harley Davidson Orange #C02502

Tints of Harley Davidson Orange #C02502

Color information

#C02502 (or 0xC02502) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 25 and 02. RGB value is (192,37,2). Sum of RGB (Red+Green+Blue) = 192+37+2=231 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.12% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 192 - color contains mainly: red. Hex color #C02502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02502 is #3FDAFD. Grayscale: #4F4F4F. Windows color (decimal): -4184830 or 140736. OLE color: 140736.

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

Color convert

RGB192372-
CMYK00.810.990.25
HSL11.05º97.94%38.04%-
HSV(B)11.05º98.96%75.29%-
XYZ22.4112.531.3-
YUV79.3584.35208.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 83.12%
GREEN value IS 37 (14.84% from 255) = 16.02%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=83.12%
G=16.02%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19237200.810.990.2511.0597.9438.04
HexC02520516319b6226
Octal3004520121143311314246
Binary11000000100101100101000111000111100110111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02502; }

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

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

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

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

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

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

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

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