Html Css Color HEX #C92212 Harley Davidson Orange

📋 copy color: '#C92212'

red 201 ◦ green 34 ◦ blue 18

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

Shades of Harley Davidson Orange #C92212

Tints of Harley Davidson Orange #C92212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.44%

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

R = 79.45%
G = 13.44%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C92212 (or 0xC92212) is known color: Harley Davidson Orange. HEX triplet: C9, 22 and 12. RGB value is (201,34,18). Sum of RGB (Red+Green+Blue) = 201+34+18=253 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.45% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 201 - color contains mainly: red. Hex color #C92212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92212 is #36DDED. Grayscale: #525252. Windows color (decimal): -3595758 or 1188553. OLE color: 1188553.

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

Color convert

RGB 201 34 18 -
CMYK 0 0.83 0.91 0.21
HSL 5.25º 0.84% 0.43% -
HSV(B) 5.25º 0.91% 0.79% -
XYZ 24.77 13.61 1.89 -
YUV 82.11 91.83 212.8 -
System Red Green Blue C M Y K H S L
Decimal 201 34 18 0 0.83 0.91 0.21 5.25 0.84 0.43
Hex C9 22 12 0 53 5B 15 5 54 2B
Octal 311 42 22 0 123 133 25 5 124 53
Binary 11001001 100010 10010 0 1010011 1011011 10101 101 1010100 101011

Color Harmonies of #C92212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92212

Black with #C92212

Text Example


Text Example

White with #C92212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92212; }

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

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

background-color css

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

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

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

border-color css

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

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

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