Html Css Color HEX #C92115 Harley Davidson Orange

📋 copy color: '#C92115'

red 201 ◦ green 33 ◦ blue 21

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

Shades of Harley Davidson Orange #C92115

Tints of Harley Davidson Orange #C92115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.94%

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

R = 78.82%
G = 12.94%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C92115 (or 0xC92115) is known color: Harley Davidson Orange. HEX triplet: C9, 21 and 15. RGB value is (201,33,21). Sum of RGB (Red+Green+Blue) = 201+33+21=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C92115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92115 is #36DEEA. Grayscale: #525252. Windows color (decimal): -3596011 or 1384905. OLE color: 1384905.

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

Color convert

RGB 201 33 21 -
CMYK 0 0.84 0.90 0.21
HSL 0.81% 0.44% -
HSV(B) 0.9% 0.79% -
XYZ 24.77 13.56 2.02 -
YUV 81.86 93.66 212.98 -
System Red Green Blue C M Y K H S L
Decimal 201 33 21 0 0.84 0.90 0.21 4 0.81 0.44
Hex C9 21 15 0 54 5A 15 4 51 2C
Octal 311 41 25 0 124 132 25 4 121 54
Binary 11001001 100001 10101 0 1010100 1011010 10101 100 1010001 101100

Color Harmonies of #C92115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92115

Black with #C92115

Text Example


Text Example

White with #C92115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92115; }

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

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

background-color css

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

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

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

border-color css

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

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

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