#C6241A

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

Shades of Harley Davidson Orange #C6241A

Tints of Harley Davidson Orange #C6241A

Color information

#C6241A (or 0xC6241A) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 24 and 1A. RGB value is (198,36,26). Sum of RGB (Red+Green+Blue) = 198+36+26=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C6241A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6241A is #39DBE5. Grayscale: #535353. Windows color (decimal): -3791846 or 1713350. OLE color: 1713350.

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

Color convert

RGB1983626-
CMYK00.820.870.22
HSL3.49º76.79%43.92%-
HSV(B)3.49º86.87%77.65%-
XYZ24.1113.342.28-
YUV83.395.67209.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 76.15%
GREEN value IS 36 (14.45% from 255) = 13.85%
BLUE value IS 26 (10.55% from 255) = 10%
R=76.15%
G=13.85%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198362600.820.870.223.4976.7943.92
HexC6241A052571634d2c
Octal3064432012212726311554
Binary110001101001001101001010010101011110110111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6241A; }

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

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

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

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

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

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

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

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