Html Css Color HEX #C53216 Harley Davidson Orange

📋 copy color: '#C53216'

red 197 ◦ green 50 ◦ blue 22

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

Shades of Harley Davidson Orange #C53216

Tints of Harley Davidson Orange #C53216

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.59%

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

R = 73.23%
G = 18.59%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C53216 (or 0xC53216) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 16. RGB value is (197,50,22). Sum of RGB (Red+Green+Blue) = 197+50+22=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C53216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53216 is #3ACDE9. Grayscale: #5B5B5B. Windows color (decimal): -3853802 or 1454789. OLE color: 1454789.

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

Color convert

RGB 197 50 22 -
CMYK 0 0.75 0.89 0.23
HSL 9.6º 0.8% 0.43% -
HSV(B) 9.6º 0.89% 0.77% -
XYZ 24.31 14.21 2.22 -
YUV 90.76 89.2 203.78 -
System Red Green Blue C M Y K H S L
Decimal 197 50 22 0 0.75 0.89 0.23 9.6 0.8 0.43
Hex C5 32 16 0 4B 59 17 A 50 2B
Octal 305 62 26 0 113 131 27 12 120 53
Binary 11000101 110010 10110 0 1001011 1011001 10111 1010 1010000 101011

Color Harmonies of #C53216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53216

Black with #C53216

Text Example


Text Example

White with #C53216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53216; }

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

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

background-color css

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

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

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

border-color css

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

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

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