Html Css Color HEX #C52911 Harley Davidson Orange

📋 copy color: '#C52911'

red 197 ◦ green 41 ◦ blue 17

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

Shades of Harley Davidson Orange #C52911

Tints of Harley Davidson Orange #C52911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.08%

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

R = 77.25%
G = 16.08%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C52911 (or 0xC52911) is known color: Harley Davidson Orange. HEX triplet: C5, 29 and 11. RGB value is (197,41,17). Sum of RGB (Red+Green+Blue) = 197+41+17=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C52911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52911 is #3AD6EE. Grayscale: #555555. Windows color (decimal): -3856111 or 1124805. OLE color: 1124805.

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

Color convert

RGB 197 41 17 -
CMYK 0 0.79 0.91 0.23
HSL 0.84% 0.42% -
HSV(B) 0.91% 0.77% -
XYZ 23.92 13.5 1.87 -
YUV 84.91 89.68 207.95 -
System Red Green Blue C M Y K H S L
Decimal 197 41 17 0 0.79 0.91 0.23 8 0.84 0.42
Hex C5 29 11 0 4F 5B 17 8 54 2A
Octal 305 51 21 0 117 133 27 10 124 52
Binary 11000101 101001 10001 0 1001111 1011011 10111 1000 1010100 101010

Color Harmonies of #C52911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52911

Black with #C52911

Text Example


Text Example

White with #C52911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52911; }

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

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

background-color css

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

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

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

border-color css

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

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

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