#C92E1E

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

Shades of Harley Davidson Orange #C92E1E

Tints of Harley Davidson Orange #C92E1E

Color information

#C92E1E (or 0xC92E1E) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 2E and 1E. RGB value is (201,46,30). Sum of RGB (Red+Green+Blue) = 201+46+30=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C92E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92E1E is #36D1E1. Grayscale: #5A5A5A. Windows color (decimal): -3592674 or 1978057. OLE color: 1978057.

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

Color convert

RGB2014630-
CMYK00.770.850.21
HSL5.61º74.03%45.29%-
HSV(B)5.61º85.07%78.82%-
XYZ25.314.472.69-
YUV90.5293.85206.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 72.56%
GREEN value IS 46 (18.36% from 255) = 16.61%
BLUE value IS 30 (12.11% from 255) = 10.83%
R=72.56%
G=16.61%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201463000.770.850.215.6174.0345.29
HexC92E1E04D551564a2d
Octal3115636011512525611255
Binary1100100110111011110010011011010101101011101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92E1E; }

 p { color: rgb(201,46,30); }

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

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

 a { background-color: rgb(201,46,30); }

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

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

 span { border-color: rgb(201,46,30); }

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