Html Css Color HEX #C52211 Harley Davidson Orange

📋 copy color: '#C52211'

red 197 ◦ green 34 ◦ blue 17

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

Shades of Harley Davidson Orange #C52211

Tints of Harley Davidson Orange #C52211

RGB

 RED value IS 197 (77.34% from 255) = 79.44%

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

 BLUE value IS 17 (7.03% from 255) = 6.85%

R = 79.44%
G = 13.71%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C52211 (or 0xC52211) is known color: Harley Davidson Orange. HEX triplet: C5, 22 and 11. RGB value is (197,34,17). Sum of RGB (Red+Green+Blue) = 197+34+17=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C52211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52211 is #3ADDEE. Grayscale: #515151. Windows color (decimal): -3857903 or 1123013. OLE color: 1123013.

HSL color Cylindrical-coordinate representation of color #C52211: hue angle of 5.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C52211 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 34 17 -
CMYK 0 0.83 0.91 0.23
HSL 5.67º 0.84% 0.42% -
HSV(B) 5.67º 0.91% 0.77% -
XYZ 23.7 13.05 1.8 -
YUV 80.8 92 210.88 -
System Red Green Blue C M Y K H S L
Decimal 197 34 17 0 0.83 0.91 0.23 5.67 0.84 0.42
Hex C5 22 11 0 53 5B 17 6 54 2A
Octal 305 42 21 0 123 133 27 6 124 52
Binary 11000101 100010 10001 0 1010011 1011011 10111 110 1010100 101010

Color Harmonies of #C52211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52211

Black with #C52211

Text Example


Text Example

White with #C52211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52211; }

 p { color: rgb(197,34,17); }

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

background-color css

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

 a { background-color: rgb(197,34,17); }

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

border-color css

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

 span { border-color: rgb(197,34,17); }

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