Html Css Color HEX #C53616 Harley Davidson Orange

📋 copy color: '#C53616'

red 197 ◦ green 54 ◦ blue 22

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

Shades of Harley Davidson Orange #C53616

Tints of Harley Davidson Orange #C53616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.78%

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

R = 72.16%
G = 19.78%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C53616 (or 0xC53616) is known color: Harley Davidson Orange. HEX triplet: C5, 36 and 16. RGB value is (197,54,22). Sum of RGB (Red+Green+Blue) = 197+54+22=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C53616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53616 is #3AC9E9. Grayscale: #5D5D5D. Windows color (decimal): -3852778 or 1455813. OLE color: 1455813.

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

Color convert

RGB 197 54 22 -
CMYK 0 0.73 0.89 0.23
HSL 10.97º 0.8% 0.43% -
HSV(B) 10.97º 0.89% 0.77% -
XYZ 24.49 14.57 2.28 -
YUV 93.11 87.88 202.1 -
System Red Green Blue C M Y K H S L
Decimal 197 54 22 0 0.73 0.89 0.23 10.97 0.8 0.43
Hex C5 36 16 0 49 59 17 B 50 2B
Octal 305 66 26 0 111 131 27 13 120 53
Binary 11000101 110110 10110 0 1001001 1011001 10111 1011 1010000 101011

Color Harmonies of #C53616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53616

Black with #C53616

Text Example


Text Example

White with #C53616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53616; }

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

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

background-color css

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

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

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

border-color css

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

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

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