Html Css Color HEX #C53416 Harley Davidson Orange

📋 copy color: '#C53416'

red 197 ◦ green 52 ◦ blue 22

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

Shades of Harley Davidson Orange #C53416

Tints of Harley Davidson Orange #C53416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.19%

 BLUE value IS 22 (8.98% from 255) = 8.12%

R = 72.69%
G = 19.19%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C53416 (or 0xC53416) is known color: Harley Davidson Orange. HEX triplet: C5, 34 and 16. RGB value is (197,52,22). Sum of RGB (Red+Green+Blue) = 197+52+22=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C53416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53416 is #3ACBE9. Grayscale: #5C5C5C. Windows color (decimal): -3853290 or 1455301. OLE color: 1455301.

HSL color Cylindrical-coordinate representation of color #C53416: hue angle of 10.29º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C53416 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 22 -
CMYK 0 0.74 0.89 0.23
HSL 10.29º 0.8% 0.43% -
HSV(B) 10.29º 0.89% 0.77% -
XYZ 24.4 14.38 2.25 -
YUV 91.94 88.54 202.94 -
System Red Green Blue C M Y K H S L
Decimal 197 52 22 0 0.74 0.89 0.23 10.29 0.8 0.43
Hex C5 34 16 0 4A 59 17 A 50 2B
Octal 305 64 26 0 112 131 27 12 120 53
Binary 11000101 110100 10110 0 1001010 1011001 10111 1010 1010000 101011

Color Harmonies of #C53416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53416

Black with #C53416

Text Example


Text Example

White with #C53416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53416; }

 p { color: rgb(197,52,22); }

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

background-color css

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

 a { background-color: rgb(197,52,22); }

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

border-color css

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

 span { border-color: rgb(197,52,22); }

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