Html Css Color HEX #C53120 Harley Davidson Orange

📋 copy color: '#C53120'

red 197 ◦ green 49 ◦ blue 32

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

Shades of Harley Davidson Orange #C53120

Tints of Harley Davidson Orange #C53120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.63%

 BLUE value IS 32 (12.89% from 255) = 11.51%

R = 70.86%
G = 17.63%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C53120 (or 0xC53120) is known color: Harley Davidson Orange. HEX triplet: C5, 31 and 20. RGB value is (197,49,32). Sum of RGB (Red+Green+Blue) = 197+49+32=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C53120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53120 is #3ACEDF. Grayscale: #5B5B5B. Windows color (decimal): -3854048 or 2109893. OLE color: 2109893.

HSL color Cylindrical-coordinate representation of color #C53120: hue angle of 6.18º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C53120 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 49 32 -
CMYK 0 0.75 0.84 0.23
HSL 6.18º 0.72% 0.45% -
HSV(B) 6.18º 0.84% 0.77% -
XYZ 24.38 14.17 2.82 -
YUV 91.31 94.53 203.38 -
System Red Green Blue C M Y K H S L
Decimal 197 49 32 0 0.75 0.84 0.23 6.18 0.72 0.45
Hex C5 31 20 0 4B 54 17 6 48 2D
Octal 305 61 40 0 113 124 27 6 110 55
Binary 11000101 110001 100000 0 1001011 1010100 10111 110 1001000 101101

Color Harmonies of #C53120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53120

Black with #C53120

Text Example


Text Example

White with #C53120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53120; }

 p { color: rgb(197,49,32); }

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

background-color css

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

 a { background-color: rgb(197,49,32); }

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

border-color css

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

 span { border-color: rgb(197,49,32); }

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