Html Css Color HEX #C92620 Harley Davidson Orange

📋 copy color: '#C92620'

red 201 ◦ green 38 ◦ blue 32

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

Shades of Harley Davidson Orange #C92620

Tints of Harley Davidson Orange #C92620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.02%

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

R = 74.17%
G = 14.02%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C92620 (or 0xC92620) is known color: Harley Davidson Orange. HEX triplet: C9, 26 and 20. RGB value is (201,38,32). Sum of RGB (Red+Green+Blue) = 201+38+32=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C92620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92620 is #36D9DF. Grayscale: #565656. Windows color (decimal): -3594720 or 2107081. OLE color: 2107081.

HSL color Cylindrical-coordinate representation of color #C92620: hue angle of 2.13º 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 #C92620 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 38 32 -
CMYK 0 0.81 0.84 0.21
HSL 2.13º 0.73% 0.46% -
HSV(B) 2.13º 0.84% 0.79% -
XYZ 25.04 13.91 2.73 -
YUV 86.05 97.5 209.99 -
System Red Green Blue C M Y K H S L
Decimal 201 38 32 0 0.81 0.84 0.21 2.13 0.73 0.46
Hex C9 26 20 0 51 54 15 2 49 2E
Octal 311 46 40 0 121 124 25 2 111 56
Binary 11001001 100110 100000 0 1010001 1010100 10101 10 1001001 101110

Color Harmonies of #C92620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92620

Black with #C92620

Text Example


Text Example

White with #C92620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92620; }

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

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

background-color css

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

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

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

border-color css

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

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

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