Html Css Color HEX #C92915 Harley Davidson Orange

📋 copy color: '#C92915'

red 201 ◦ green 41 ◦ blue 21

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

Shades of Harley Davidson Orange #C92915

Tints of Harley Davidson Orange #C92915

RGB

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

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

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

R = 76.43%
G = 15.59%
B = 7.98%

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

#C92915 (or 0xC92915) is known color: Harley Davidson Orange. HEX triplet: C9, 29 and 15. RGB value is (201,41,21). Sum of RGB (Red+Green+Blue) = 201+41+21=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C92915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92915 is #36D6EA. Grayscale: #565656. Windows color (decimal): -3593963 or 1386953. OLE color: 1386953.

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

Color convert

RGB 201 41 21 -
CMYK 0 0.80 0.90 0.21
HSL 6.67º 0.81% 0.44% -
HSV(B) 6.67º 0.9% 0.79% -
XYZ 25.02 14.06 2.1 -
YUV 86.56 91.01 209.63 -
System Red Green Blue C M Y K H S L
Decimal 201 41 21 0 0.80 0.90 0.21 6.67 0.81 0.44
Hex C9 29 15 0 50 5A 15 7 51 2C
Octal 311 51 25 0 120 132 25 7 121 54
Binary 11001001 101001 10101 0 1010000 1011010 10101 111 1010001 101100

Color Harmonies of #C92915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92915

Black with #C92915

Text Example


Text Example

White with #C92915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92915; }

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

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

background-color css

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

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

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

border-color css

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

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

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