Html Css Color HEX #C52511 Harley Davidson Orange

📋 copy color: '#C52511'

red 197 ◦ green 37 ◦ blue 17

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

Shades of Harley Davidson Orange #C52511

Tints of Harley Davidson Orange #C52511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.74%

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

R = 78.49%
G = 14.74%
B = 6.77%

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

#C52511 (or 0xC52511) is known color: Harley Davidson Orange. HEX triplet: C5, 25 and 11. RGB value is (197,37,17). Sum of RGB (Red+Green+Blue) = 197+37+17=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C52511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52511 is #3ADAEE. Grayscale: #525252. Windows color (decimal): -3857135 or 1123781. OLE color: 1123781.

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

Color convert

RGB 197 37 17 -
CMYK 0 0.81 0.91 0.23
HSL 6.67º 0.84% 0.42% -
HSV(B) 6.67º 0.91% 0.77% -
XYZ 23.79 13.23 1.83 -
YUV 82.56 91.01 209.63 -
System Red Green Blue C M Y K H S L
Decimal 197 37 17 0 0.81 0.91 0.23 6.67 0.84 0.42
Hex C5 25 11 0 51 5B 17 7 54 2A
Octal 305 45 21 0 121 133 27 7 124 52
Binary 11000101 100101 10001 0 1010001 1011011 10111 111 1010100 101010

Color Harmonies of #C52511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52511

Black with #C52511

Text Example


Text Example

White with #C52511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52511; }

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

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

background-color css

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

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

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

border-color css

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

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

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