Html Css Color HEX #C52611 Harley Davidson Orange

📋 copy color: '#C52611'

red 197 ◦ green 38 ◦ blue 17

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

Shades of Harley Davidson Orange #C52611

Tints of Harley Davidson Orange #C52611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.08%

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

R = 78.17%
G = 15.08%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C52611 (or 0xC52611) is known color: Harley Davidson Orange. HEX triplet: C5, 26 and 11. RGB value is (197,38,17). Sum of RGB (Red+Green+Blue) = 197+38+17=252 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.17% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 197 - color contains mainly: red. Hex color #C52611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52611 is #3AD9EE. Grayscale: #535353. Windows color (decimal): -3856879 or 1124037. OLE color: 1124037.

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

Color convert

RGB 197 38 17 -
CMYK 0 0.81 0.91 0.23
HSL 0.84% 0.42% -
HSV(B) 0.91% 0.77% -
XYZ 23.82 13.3 1.84 -
YUV 83.15 90.68 209.21 -
System Red Green Blue C M Y K H S L
Decimal 197 38 17 0 0.81 0.91 0.23 7 0.84 0.42
Hex C5 26 11 0 51 5B 17 7 54 2A
Octal 305 46 21 0 121 133 27 7 124 52
Binary 11000101 100110 10001 0 1010001 1011011 10111 111 1010100 101010

Color Harmonies of #C52611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52611

Black with #C52611

Text Example


Text Example

White with #C52611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52611; }

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

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

background-color css

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

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

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

border-color css

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

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

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