Html Css Color HEX #C54120 Harley Davidson Orange

📋 copy color: '#C54120'

red 197 ◦ green 65 ◦ blue 32

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

Shades of Harley Davidson Orange #C54120

Tints of Harley Davidson Orange #C54120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.11%

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

R = 67.01%
G = 22.11%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C54120 (or 0xC54120) is known color: Harley Davidson Orange. HEX triplet: C5, 41 and 20. RGB value is (197,65,32). Sum of RGB (Red+Green+Blue) = 197+65+32=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C54120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54120 is #3ABEDF. Grayscale: #646464. Windows color (decimal): -3849952 or 2113989. OLE color: 2113989.

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

Color convert

RGB 197 65 32 -
CMYK 0 0.67 0.84 0.23
HSL 12º 0.72% 0.45% -
HSV(B) 12º 0.84% 0.77% -
XYZ 25.18 15.76 3.08 -
YUV 100.71 89.23 196.68 -
System Red Green Blue C M Y K H S L
Decimal 197 65 32 0 0.67 0.84 0.23 12 0.72 0.45
Hex C5 41 20 0 43 54 17 C 48 2D
Octal 305 101 40 0 103 124 27 14 110 55
Binary 11000101 1000001 100000 0 1000011 1010100 10111 1100 1001000 101101

Color Harmonies of #C54120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54120

Black with #C54120

Text Example


Text Example

White with #C54120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54120; }

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

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

background-color css

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

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

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

border-color css

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

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

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