Html Css Color HEX #C53420 Harley Davidson Orange

📋 copy color: '#C53420'

red 197 ◦ green 52 ◦ blue 32

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

Shades of Harley Davidson Orange #C53420

Tints of Harley Davidson Orange #C53420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.51%

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

R = 70.11%
G = 18.51%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C53420 (or 0xC53420) is known color: Harley Davidson Orange. HEX triplet: C5, 34 and 20. RGB value is (197,52,32). Sum of RGB (Red+Green+Blue) = 197+52+32=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C53420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53420 is #3ACBDF. Grayscale: #5D5D5D. Windows color (decimal): -3853280 or 2110661. OLE color: 2110661.

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

Color convert

RGB 197 52 32 -
CMYK 0 0.74 0.84 0.23
HSL 7.27º 0.72% 0.45% -
HSV(B) 7.27º 0.84% 0.77% -
XYZ 24.51 14.43 2.86 -
YUV 93.08 93.54 202.13 -
System Red Green Blue C M Y K H S L
Decimal 197 52 32 0 0.74 0.84 0.23 7.27 0.72 0.45
Hex C5 34 20 0 4A 54 17 7 48 2D
Octal 305 64 40 0 112 124 27 7 110 55
Binary 11000101 110100 100000 0 1001010 1010100 10111 111 1001000 101101

Color Harmonies of #C53420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53420

Black with #C53420

Text Example


Text Example

White with #C53420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53420; }

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

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

background-color css

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

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

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

border-color css

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

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

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