Html Css Color HEX #C51F11 Harley Davidson Orange

📋 copy color: '#C51F11'

red 197 ◦ green 31 ◦ blue 17

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

Shades of Harley Davidson Orange #C51F11

Tints of Harley Davidson Orange #C51F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.65%

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

R = 80.41%
G = 12.65%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C51F11 (or 0xC51F11) is known color: Harley Davidson Orange. HEX triplet: C5, 1F and 11. RGB value is (197,31,17). Sum of RGB (Red+Green+Blue) = 197+31+17=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51F11 is #3AE0EE. Grayscale: #4F4F4F. Windows color (decimal): -3858671 or 1122245. OLE color: 1122245.

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

Color convert

RGB 197 31 17 -
CMYK 0 0.84 0.91 0.23
HSL 4.67º 0.84% 0.42% -
HSV(B) 4.67º 0.91% 0.77% -
XYZ 23.62 12.89 1.77 -
YUV 79.04 93 212.14 -
System Red Green Blue C M Y K H S L
Decimal 197 31 17 0 0.84 0.91 0.23 4.67 0.84 0.42
Hex C5 1F 11 0 54 5B 17 5 54 2A
Octal 305 37 21 0 124 133 27 5 124 52
Binary 11000101 11111 10001 0 1010100 1011011 10111 101 1010100 101010

Color Harmonies of #C51F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F11

Black with #C51F11

Text Example


Text Example

White with #C51F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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