Html Css Color HEX #C53920 Harley Davidson Orange

📋 copy color: '#C53920'

red 197 ◦ green 57 ◦ blue 32

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

Shades of Harley Davidson Orange #C53920

Tints of Harley Davidson Orange #C53920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.93%

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

R = 68.88%
G = 19.93%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C53920 (or 0xC53920) is known color: Harley Davidson Orange. HEX triplet: C5, 39 and 20. RGB value is (197,57,32). Sum of RGB (Red+Green+Blue) = 197+57+32=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C53920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53920 is #3AC6DF. Grayscale: #606060. Windows color (decimal): -3852000 or 2111941. OLE color: 2111941.

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

Color convert

RGB 197 57 32 -
CMYK 0 0.71 0.84 0.23
HSL 9.09º 0.72% 0.45% -
HSV(B) 9.09º 0.84% 0.77% -
XYZ 24.75 14.9 2.94 -
YUV 96.01 91.88 200.03 -
System Red Green Blue C M Y K H S L
Decimal 197 57 32 0 0.71 0.84 0.23 9.09 0.72 0.45
Hex C5 39 20 0 47 54 17 9 48 2D
Octal 305 71 40 0 107 124 27 11 110 55
Binary 11000101 111001 100000 0 1000111 1010100 10111 1001 1001000 101101

Color Harmonies of #C53920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53920

Black with #C53920

Text Example


Text Example

White with #C53920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53920; }

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

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

background-color css

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

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

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

border-color css

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

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

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