Html Css Color HEX #C92815 Harley Davidson Orange

📋 copy color: '#C92815'

red 201 ◦ green 40 ◦ blue 21

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

Shades of Harley Davidson Orange #C92815

Tints of Harley Davidson Orange #C92815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.27%

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

R = 76.72%
G = 15.27%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C92815 (or 0xC92815) is known color: Harley Davidson Orange. HEX triplet: C9, 28 and 15. RGB value is (201,40,21). Sum of RGB (Red+Green+Blue) = 201+40+21=262 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.72% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 201 - color contains mainly: red. Hex color #C92815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92815 is #36D7EA. Grayscale: #565656. Windows color (decimal): -3594219 or 1386697. OLE color: 1386697.

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

Color convert

RGB 201 40 21 -
CMYK 0 0.80 0.90 0.21
HSL 6.33º 0.81% 0.44% -
HSV(B) 6.33º 0.9% 0.79% -
XYZ 24.98 13.99 2.09 -
YUV 85.97 91.34 210.04 -
System Red Green Blue C M Y K H S L
Decimal 201 40 21 0 0.80 0.90 0.21 6.33 0.81 0.44
Hex C9 28 15 0 50 5A 15 6 51 2C
Octal 311 50 25 0 120 132 25 6 121 54
Binary 11001001 101000 10101 0 1010000 1011010 10101 110 1010001 101100

Color Harmonies of #C92815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92815

Black with #C92815

Text Example


Text Example

White with #C92815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92815; }

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

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

background-color css

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

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

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

border-color css

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

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

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