Html Css Color HEX #C53D16 Harley Davidson Orange

📋 copy color: '#C53D16'

red 197 ◦ green 61 ◦ blue 22

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

Shades of Harley Davidson Orange #C53D16

Tints of Harley Davidson Orange #C53D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.79%

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

R = 70.36%
G = 21.79%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C53D16 (or 0xC53D16) is known color: Harley Davidson Orange. HEX triplet: C5, 3D and 16. RGB value is (197,61,22). Sum of RGB (Red+Green+Blue) = 197+61+22=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53D16 is #3AC2E9. Grayscale: #616161. Windows color (decimal): -3850986 or 1457605. OLE color: 1457605.

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

Color convert

RGB 197 61 22 -
CMYK 0 0.69 0.89 0.23
HSL 13.37º 0.8% 0.43% -
HSV(B) 13.37º 0.89% 0.77% -
XYZ 24.84 15.27 2.4 -
YUV 97.22 85.56 199.17 -
System Red Green Blue C M Y K H S L
Decimal 197 61 22 0 0.69 0.89 0.23 13.37 0.8 0.43
Hex C5 3D 16 0 45 59 17 D 50 2B
Octal 305 75 26 0 105 131 27 15 120 53
Binary 11000101 111101 10110 0 1000101 1011001 10111 1101 1010000 101011

Color Harmonies of #C53D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53D16

Black with #C53D16

Text Example


Text Example

White with #C53D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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