Html Css Color HEX #C53514 Harley Davidson Orange

📋 copy color: '#C53514'

red 197 ◦ green 53 ◦ blue 20

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

Shades of Harley Davidson Orange #C53514

Tints of Harley Davidson Orange #C53514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.63%

 BLUE value IS 20 (8.2% from 255) = 7.41%

R = 72.96%
G = 19.63%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C53514 (or 0xC53514) is known color: Harley Davidson Orange. HEX triplet: C5, 35 and 14. RGB value is (197,53,20). Sum of RGB (Red+Green+Blue) = 197+53+20=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C53514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53514 is #3ACAEB. Grayscale: #5C5C5C. Windows color (decimal): -3853036 or 1324485. OLE color: 1324485.

HSL color Cylindrical-coordinate representation of color #C53514: hue angle of 11.19º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C53514 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 53 20 -
CMYK 0 0.73 0.90 0.23
HSL 11.19º 0.82% 0.43% -
HSV(B) 11.19º 0.9% 0.77% -
XYZ 24.43 14.47 2.17 -
YUV 92.29 87.21 202.68 -
System Red Green Blue C M Y K H S L
Decimal 197 53 20 0 0.73 0.90 0.23 11.19 0.82 0.43
Hex C5 35 14 0 49 5A 17 B 52 2B
Octal 305 65 24 0 111 132 27 13 122 53
Binary 11000101 110101 10100 0 1001001 1011010 10111 1011 1010010 101011

Color Harmonies of #C53514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53514

Black with #C53514

Text Example


Text Example

White with #C53514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53514; }

 p { color: rgb(197,53,20); }

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

background-color css

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

 a { background-color: rgb(197,53,20); }

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

border-color css

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

 span { border-color: rgb(197,53,20); }

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