Html Css Color HEX #C52411 Harley Davidson Orange

📋 copy color: '#C52411'

red 197 ◦ green 36 ◦ blue 17

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

Shades of Harley Davidson Orange #C52411

Tints of Harley Davidson Orange #C52411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.4%

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

R = 78.8%
G = 14.4%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C52411 (or 0xC52411) is known color: Harley Davidson Orange. HEX triplet: C5, 24 and 11. RGB value is (197,36,17). Sum of RGB (Red+Green+Blue) = 197+36+17=250 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.8% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 197 - color contains mainly: red. Hex color #C52411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52411 is #3ADBEE. Grayscale: #525252. Windows color (decimal): -3857391 or 1123525. OLE color: 1123525.

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

Color convert

RGB 197 36 17 -
CMYK 0 0.82 0.91 0.23
HSL 6.33º 0.84% 0.42% -
HSV(B) 6.33º 0.91% 0.77% -
XYZ 23.76 13.17 1.82 -
YUV 81.97 91.34 210.04 -
System Red Green Blue C M Y K H S L
Decimal 197 36 17 0 0.82 0.91 0.23 6.33 0.84 0.42
Hex C5 24 11 0 52 5B 17 6 54 2A
Octal 305 44 21 0 122 133 27 6 124 52
Binary 11000101 100100 10001 0 1010010 1011011 10111 110 1010100 101010

Color Harmonies of #C52411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52411

Black with #C52411

Text Example


Text Example

White with #C52411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52411; }

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

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

background-color css

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

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

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

border-color css

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

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

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