Html Css Color HEX #C53520 Harley Davidson Orange

📋 copy color: '#C53520'

red 197 ◦ green 53 ◦ blue 32

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

Shades of Harley Davidson Orange #C53520

Tints of Harley Davidson Orange #C53520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.79%

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

R = 69.86%
G = 18.79%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C53520 (or 0xC53520) is known color: Harley Davidson Orange. HEX triplet: C5, 35 and 20. RGB value is (197,53,32). Sum of RGB (Red+Green+Blue) = 197+53+32=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C53520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53520 is #3ACADF. Grayscale: #5D5D5D. Windows color (decimal): -3853024 or 2110917. OLE color: 2110917.

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

Color convert

RGB 197 53 32 -
CMYK 0 0.73 0.84 0.23
HSL 7.64º 0.72% 0.45% -
HSV(B) 7.64º 0.84% 0.77% -
XYZ 24.56 14.52 2.87 -
YUV 93.66 93.21 201.71 -
System Red Green Blue C M Y K H S L
Decimal 197 53 32 0 0.73 0.84 0.23 7.64 0.72 0.45
Hex C5 35 20 0 49 54 17 8 48 2D
Octal 305 65 40 0 111 124 27 10 110 55
Binary 11000101 110101 100000 0 1001001 1010100 10111 1000 1001000 101101

Color Harmonies of #C53520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53520

Black with #C53520

Text Example


Text Example

White with #C53520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53520; }

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

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

background-color css

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

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

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

border-color css

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

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

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