#C92A18

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

Shades of Harley Davidson Orange #C92A18

Tints of Harley Davidson Orange #C92A18

Color information

#C92A18 (or 0xC92A18) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 2A and 18. RGB value is (201,42,24). Sum of RGB (Red+Green+Blue) = 201+42+24=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C92A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92A18 is #36D5E7. Grayscale: #575757. Windows color (decimal): -3593704 or 1583817. OLE color: 1583817.

HSL color Cylindrical-coordinate representation of color #C92A18: hue angle of 6.1º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C92A18 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB2014224-
CMYK00.790.880.21
HSL6.1º78.67%44.12%-
HSV(B)6.1º88.06%78.82%-
XYZ25.0814.142.27-
YUV87.4992.18208.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 75.28%
GREEN value IS 42 (16.80% from 255) = 15.73%
BLUE value IS 24 (9.77% from 255) = 8.99%
R=75.28%
G=15.73%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201422400.790.880.216.178.6744.12
HexC92A1804F581564f2c
Octal3115230011713025611754
Binary1100100110101011000010011111011000101011101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92A18; }

 p { color: rgb(201,42,24); }

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

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

 a { background-color: rgb(201,42,24); }

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

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

 span { border-color: rgb(201,42,24); }

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