Html Css Color HEX #C92E20 Harley Davidson Orange

📋 copy color: '#C92E20'

red 201 ◦ green 46 ◦ blue 32

#C92E20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #C92E20

Tints of Harley Davidson Orange #C92E20

RGB

 RED value IS 201 (78.91% from 255) = 72.04%

 GREEN value IS 46 (18.36% from 255) = 16.49%

 BLUE value IS 32 (12.89% from 255) = 11.47%

R = 72.04%
G = 16.49%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C92E20 (or 0xC92E20) is known color: Harley Davidson Orange. HEX triplet: C9, 2E and 20. RGB value is (201,46,32). Sum of RGB (Red+Green+Blue) = 201+46+32=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C92E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92E20 is #36D1DF. Grayscale: #5A5A5A. Windows color (decimal): -3592672 or 2109129. OLE color: 2109129.

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

Color convert

RGB 201 46 32 -
CMYK 0 0.77 0.84 0.21
HSL 4.97º 0.73% 0.46% -
HSV(B) 4.97º 0.84% 0.79% -
XYZ 25.33 14.48 2.83 -
YUV 90.75 94.85 206.64 -
System Red Green Blue C M Y K H S L
Decimal 201 46 32 0 0.77 0.84 0.21 4.97 0.73 0.46
Hex C9 2E 20 0 4D 54 15 5 49 2E
Octal 311 56 40 0 115 124 25 5 111 56
Binary 11001001 101110 100000 0 1001101 1010100 10101 101 1001001 101110

Color Harmonies of #C92E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92E20

Black with #C92E20

Text Example


Text Example

White with #C92E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92E20; }

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

 H1.HeaderClassName
 {
   color: #C92E20;
 }
 .AnyTagClassName
 {
   color: #C92E20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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