Html Css Color HEX #C92920 Harley Davidson Orange

📋 copy color: '#C92920'

red 201 ◦ green 41 ◦ blue 32

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

Shades of Harley Davidson Orange #C92920

Tints of Harley Davidson Orange #C92920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.96%

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

R = 73.36%
G = 14.96%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C92920 (or 0xC92920) is known color: Harley Davidson Orange. HEX triplet: C9, 29 and 20. RGB value is (201,41,32). Sum of RGB (Red+Green+Blue) = 201+41+32=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C92920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92920 is #36D6DF. Grayscale: #585858. Windows color (decimal): -3593952 or 2107849. OLE color: 2107849.

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

Color convert

RGB 201 41 32 -
CMYK 0 0.80 0.84 0.21
HSL 3.2º 0.73% 0.46% -
HSV(B) 3.2º 0.84% 0.79% -
XYZ 25.14 14.11 2.76 -
YUV 87.81 96.51 208.73 -
System Red Green Blue C M Y K H S L
Decimal 201 41 32 0 0.80 0.84 0.21 3.2 0.73 0.46
Hex C9 29 20 0 50 54 15 3 49 2E
Octal 311 51 40 0 120 124 25 3 111 56
Binary 11001001 101001 100000 0 1010000 1010100 10101 11 1001001 101110

Color Harmonies of #C92920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92920

Black with #C92920

Text Example


Text Example

White with #C92920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92920; }

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

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

background-color css

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

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

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

border-color css

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

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

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