Html Css Color HEX #C53720 Harley Davidson Orange

📋 copy color: '#C53720'

red 197 ◦ green 55 ◦ blue 32

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

Shades of Harley Davidson Orange #C53720

Tints of Harley Davidson Orange #C53720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.37%

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

R = 69.37%
G = 19.37%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C53720 (or 0xC53720) is known color: Harley Davidson Orange. HEX triplet: C5, 37 and 20. RGB value is (197,55,32). Sum of RGB (Red+Green+Blue) = 197+55+32=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C53720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53720 is #3AC8DF. Grayscale: #5F5F5F. Windows color (decimal): -3852512 or 2111429. OLE color: 2111429.

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

Color convert

RGB 197 55 32 -
CMYK 0 0.72 0.84 0.23
HSL 8.36º 0.72% 0.45% -
HSV(B) 8.36º 0.84% 0.77% -
XYZ 24.65 14.71 2.91 -
YUV 94.84 92.54 200.87 -
System Red Green Blue C M Y K H S L
Decimal 197 55 32 0 0.72 0.84 0.23 8.36 0.72 0.45
Hex C5 37 20 0 48 54 17 8 48 2D
Octal 305 67 40 0 110 124 27 10 110 55
Binary 11000101 110111 100000 0 1001000 1010100 10111 1000 1001000 101101

Color Harmonies of #C53720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53720

Black with #C53720

Text Example


Text Example

White with #C53720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53720; }

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

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

background-color css

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

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

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

border-color css

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

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

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