Html Css Color HEX #C51D11 Harley Davidson Orange

📋 copy color: '#C51D11'

red 197 ◦ green 29 ◦ blue 17

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

Shades of Harley Davidson Orange #C51D11

Tints of Harley Davidson Orange #C51D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.93%

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

R = 81.07%
G = 11.93%
B = 7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C51D11 (or 0xC51D11) is known color: Harley Davidson Orange. HEX triplet: C5, 1D and 11. RGB value is (197,29,17). Sum of RGB (Red+Green+Blue) = 197+29+17=243 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.07% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51D11 is #3AE2EE. Grayscale: #4E4E4E. Windows color (decimal): -3859183 or 1121733. OLE color: 1121733.

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

Color convert

RGB 197 29 17 -
CMYK 0 0.85 0.91 0.23
HSL 0.84% 0.42% -
HSV(B) 0.91% 0.77% -
XYZ 23.57 12.79 1.76 -
YUV 77.86 93.66 212.98 -
System Red Green Blue C M Y K H S L
Decimal 197 29 17 0 0.85 0.91 0.23 4 0.84 0.42
Hex C5 1D 11 0 55 5B 17 4 54 2A
Octal 305 35 21 0 125 133 27 4 124 52
Binary 11000101 11101 10001 0 1010101 1011011 10111 100 1010100 101010

Color Harmonies of #C51D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D11

Black with #C51D11

Text Example


Text Example

White with #C51D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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