#C61C02

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

Shades of Harley Davidson Orange #C61C02

Tints of Harley Davidson Orange #C61C02

Color information

#C61C02 (or 0xC61C02) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 1C and 02. RGB value is (198,28,2). Sum of RGB (Red+Green+Blue) = 198+28+2=228 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.84% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61C02 is #39E3FD. Grayscale: #4C4C4C. Windows color (decimal): -3793918 or 138438. OLE color: 138438.

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

Color convert

RGB198282-
CMYK00.860.990.22
HSL7.96º98%39.22%-
HSV(B)7.96º98.99%77.65%-
XYZ23.7112.841.29-
YUV75.8786.32215.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 86.84%
GREEN value IS 28 (11.33% from 255) = 12.28%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=86.84%
G=12.28%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19828200.860.990.227.969839.22
HexC61C2056631686227
Octal3063420126143261014247
Binary1100011011100100101011011000111011010001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61C02; }

 p { color: rgb(198,28,2); }

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

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

 a { background-color: rgb(198,28,2); }

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

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

 span { border-color: rgb(198,28,2); }

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