Html Css Color HEX #D53C16 Harley Davidson Orange

📋 copy color: '#D53C16'

red 213 ◦ green 60 ◦ blue 22

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

Shades of Harley Davidson Orange #D53C16

Tints of Harley Davidson Orange #D53C16

RGB

 RED value IS 213 (83.59% from 255) = 72.2%

 GREEN value IS 60 (23.83% from 255) = 20.34%

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

R = 72.2%
G = 20.34%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D53C16 (or 0xD53C16) is known color: Harley Davidson Orange. HEX triplet: D5, 3C and 16. RGB value is (213,60,22). Sum of RGB (Red+Green+Blue) = 213+60+22=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53C16 is #2AC3E9. Grayscale: #656565. Windows color (decimal): -2802666 or 1457365. OLE color: 1457365.

HSL color Cylindrical-coordinate representation of color #D53C16: hue angle of 11.94º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D53C16 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 60 22 -
CMYK 0 0.72 0.90 0.16
HSL 11.94º 0.81% 0.46% -
HSV(B) 11.94º 0.9% 0.84% -
XYZ 29.2 17.44 2.59 -
YUV 101.42 83.19 207.59 -
System Red Green Blue C M Y K H S L
Decimal 213 60 22 0 0.72 0.90 0.16 11.94 0.81 0.46
Hex D5 3C 16 0 48 5A 10 C 51 2E
Octal 325 74 26 0 110 132 20 14 121 56
Binary 11010101 111100 10110 0 1001000 1011010 10000 1100 1010001 101110

Color Harmonies of #D53C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53C16

Black with #D53C16

Text Example


Text Example

White with #D53C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53C16; }

 p { color: rgb(213,60,22); }

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

background-color css

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

 a { background-color: rgb(213,60,22); }

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

border-color css

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

 span { border-color: rgb(213,60,22); }

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