Html Css Color HEX #C92012 Harley Davidson Orange

📋 copy color: '#C92012'

red 201 ◦ green 32 ◦ blue 18

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

Shades of Harley Davidson Orange #C92012

Tints of Harley Davidson Orange #C92012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.75%

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 80.08%
G = 12.75%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C92012 (or 0xC92012) is known color: Harley Davidson Orange. HEX triplet: C9, 20 and 12. RGB value is (201,32,18). Sum of RGB (Red+Green+Blue) = 201+32+18=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C92012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92012 is #36DFED. Grayscale: #515151. Windows color (decimal): -3596270 or 1188041. OLE color: 1188041.

HSL color Cylindrical-coordinate representation of color #C92012: hue angle of 4.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C92012 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 32 18 -
CMYK 0 0.84 0.91 0.21
HSL 4.59º 0.84% 0.43% -
HSV(B) 4.59º 0.91% 0.79% -
XYZ 24.71 13.49 1.87 -
YUV 80.94 92.49 213.64 -
System Red Green Blue C M Y K H S L
Decimal 201 32 18 0 0.84 0.91 0.21 4.59 0.84 0.43
Hex C9 20 12 0 54 5B 15 5 54 2B
Octal 311 40 22 0 124 133 25 5 124 53
Binary 11001001 100000 10010 0 1010100 1011011 10101 101 1010100 101011

Color Harmonies of #C92012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92012

Black with #C92012

Text Example


Text Example

White with #C92012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92012; }

 p { color: rgb(201,32,18); }

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

background-color css

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

 a { background-color: rgb(201,32,18); }

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

border-color css

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

 span { border-color: rgb(201,32,18); }

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