Html Css Color HEX #C92E15 Harley Davidson Orange

📋 copy color: '#C92E15'

red 201 ◦ green 46 ◦ blue 21

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

Shades of Harley Davidson Orange #C92E15

Tints of Harley Davidson Orange #C92E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.84%

R = 75%
G = 17.16%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C92E15 (or 0xC92E15) is known color: Harley Davidson Orange. HEX triplet: C9, 2E and 15. RGB value is (201,46,21). Sum of RGB (Red+Green+Blue) = 201+46+21=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C92E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92E15 is #36D1EA. Grayscale: #595959. Windows color (decimal): -3592683 or 1388233. OLE color: 1388233.

HSL color Cylindrical-coordinate representation of color #C92E15: hue angle of 8.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C92E15 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 46 21 -
CMYK 0 0.77 0.90 0.21
HSL 8.33º 0.81% 0.44% -
HSV(B) 8.33º 0.9% 0.79% -
XYZ 25.2 14.43 2.17 -
YUV 89.5 89.35 207.53 -
System Red Green Blue C M Y K H S L
Decimal 201 46 21 0 0.77 0.90 0.21 8.33 0.81 0.44
Hex C9 2E 15 0 4D 5A 15 8 51 2C
Octal 311 56 25 0 115 132 25 10 121 54
Binary 11001001 101110 10101 0 1001101 1011010 10101 1000 1010001 101100

Color Harmonies of #C92E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92E15

Black with #C92E15

Text Example


Text Example

White with #C92E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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