Html Css Color HEX #C92315 Harley Davidson Orange

📋 copy color: '#C92315'

red 201 ◦ green 35 ◦ blue 21

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

Shades of Harley Davidson Orange #C92315

Tints of Harley Davidson Orange #C92315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.62%

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

R = 78.21%
G = 13.62%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C92315 (or 0xC92315) is known color: Harley Davidson Orange. HEX triplet: C9, 23 and 15. RGB value is (201,35,21). Sum of RGB (Red+Green+Blue) = 201+35+21=257 (34% of max value = 765). Red value is 201 (78.91% from 255 or 78.21% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 201 - color contains mainly: red. Hex color #C92315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92315 is #36DCEA. Grayscale: #535353. Windows color (decimal): -3595499 or 1385417. OLE color: 1385417.

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

Color convert

RGB 201 35 21 -
CMYK 0 0.83 0.90 0.21
HSL 4.67º 0.81% 0.44% -
HSV(B) 4.67º 0.9% 0.79% -
XYZ 24.82 13.67 2.04 -
YUV 83.04 93 212.14 -
System Red Green Blue C M Y K H S L
Decimal 201 35 21 0 0.83 0.90 0.21 4.67 0.81 0.44
Hex C9 23 15 0 53 5A 15 5 51 2C
Octal 311 43 25 0 123 132 25 5 121 54
Binary 11001001 100011 10101 0 1010011 1011010 10101 101 1010001 101100

Color Harmonies of #C92315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92315

Black with #C92315

Text Example


Text Example

White with #C92315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92315; }

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

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

background-color css

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

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

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

border-color css

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

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

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