Html Css Color HEX #C92919 Harley Davidson Orange

📋 copy color: '#C92919'

red 201 ◦ green 41 ◦ blue 25

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

Shades of Harley Davidson Orange #C92919

Tints of Harley Davidson Orange #C92919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.36%

R = 75.28%
G = 15.36%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C92919 (or 0xC92919) is known color: Harley Davidson Orange. HEX triplet: C9, 29 and 19. RGB value is (201,41,25). Sum of RGB (Red+Green+Blue) = 201+41+25=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C92919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92919 is #36D6E6. Grayscale: #575757. Windows color (decimal): -3593959 or 1649097. OLE color: 1649097.

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

Color convert

RGB 201 41 25 -
CMYK 0 0.80 0.88 0.21
HSL 5.45º 0.78% 0.44% -
HSV(B) 5.45º 0.88% 0.79% -
XYZ 25.06 14.07 2.32 -
YUV 87.02 93.01 209.3 -
System Red Green Blue C M Y K H S L
Decimal 201 41 25 0 0.80 0.88 0.21 5.45 0.78 0.44
Hex C9 29 19 0 50 58 15 5 4E 2C
Octal 311 51 31 0 120 130 25 5 116 54
Binary 11001001 101001 11001 0 1010000 1011000 10101 101 1001110 101100

Color Harmonies of #C92919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92919

Black with #C92919

Text Example


Text Example

White with #C92919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92919; }

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

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

background-color css

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

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

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

border-color css

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

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

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