Html Css Color HEX #C53A20 Harley Davidson Orange

📋 copy color: '#C53A20'

red 197 ◦ green 58 ◦ blue 32

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

Shades of Harley Davidson Orange #C53A20

Tints of Harley Davidson Orange #C53A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.21%

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

R = 68.64%
G = 20.21%
B = 11.15%

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

#C53A20 (or 0xC53A20) is known color: Harley Davidson Orange. HEX triplet: C5, 3A and 20. RGB value is (197,58,32). Sum of RGB (Red+Green+Blue) = 197+58+32=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A20 is #3AC5DF. Grayscale: #606060. Windows color (decimal): -3851744 or 2112197. OLE color: 2112197.

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

Color convert

RGB 197 58 32 -
CMYK 0 0.71 0.84 0.23
HSL 9.45º 0.72% 0.45% -
HSV(B) 9.45º 0.84% 0.77% -
XYZ 24.8 15 2.95 -
YUV 96.6 91.55 199.61 -
System Red Green Blue C M Y K H S L
Decimal 197 58 32 0 0.71 0.84 0.23 9.45 0.72 0.45
Hex C5 3A 20 0 47 54 17 9 48 2D
Octal 305 72 40 0 107 124 27 11 110 55
Binary 11000101 111010 100000 0 1000111 1010100 10111 1001 1001000 101101

Color Harmonies of #C53A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53A20

Black with #C53A20

Text Example


Text Example

White with #C53A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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