#C61A0B

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

Shades of Harley Davidson Orange #C61A0B

Tints of Harley Davidson Orange #C61A0B

Color information

#C61A0B (or 0xC61A0B) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 1A and 0B. RGB value is (198,26,11). Sum of RGB (Red+Green+Blue) = 198+26+11=235 (31% of max value = 765). Red value is 198 (77.73% from 255 or 84.26% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61A0B is #39E5F4. Grayscale: #4B4B4B. Windows color (decimal): -3794421 or 727750. OLE color: 727750.

HSL color Cylindrical-coordinate representation of color #C61A0B: hue angle of 4.81º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C61A0B is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB1982611-
CMYK00.870.940.22
HSL4.81º89.47%40.98%-
HSV(B)4.81º94.44%77.65%-
XYZ23.7212.771.53-
YUV75.7291.48215.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 84.26%
GREEN value IS 26 (10.55% from 255) = 11.06%
BLUE value IS 11 (4.69% from 255) = 4.68%
R=84.26%
G=11.06%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198261100.870.940.224.8189.4740.98
HexC61AB0575E1655929
Octal3063213012713626513151
Binary11000110110101011010101111011110101101011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61A0B; }

 p { color: rgb(198,26,11); }

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

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

 a { background-color: rgb(198,26,11); }

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

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

 span { border-color: rgb(198,26,11); }

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