Html Css Color HEX #D53F15 Harley Davidson Orange

📋 copy color: '#D53F15'

red 213 ◦ green 63 ◦ blue 21

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

Shades of Harley Davidson Orange #D53F15

Tints of Harley Davidson Orange #D53F15

RGB

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

 GREEN value IS 63 (25% from 255) = 21.21%

 BLUE value IS 21 (8.59% from 255) = 7.07%

R = 71.72%
G = 21.21%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D53F15 (or 0xD53F15) is known color: Harley Davidson Orange. HEX triplet: D5, 3F and 15. RGB value is (213,63,21). Sum of RGB (Red+Green+Blue) = 213+63+21=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53F15 is #2AC0EA. Grayscale: #676767. Windows color (decimal): -2801899 or 1392597. OLE color: 1392597.

HSL color Cylindrical-coordinate representation of color #D53F15: hue angle of 13.12º degrees, saturation: 0.82, 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 #D53F15 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 63 21 -
CMYK 0 0.70 0.90 0.16
HSL 13.13º 0.82% 0.46% -
HSV(B) 13.13º 0.9% 0.84% -
XYZ 29.35 17.76 2.59 -
YUV 103.06 81.7 206.42 -
System Red Green Blue C M Y K H S L
Decimal 213 63 21 0 0.70 0.90 0.16 13.13 0.82 0.46
Hex D5 3F 15 0 46 5A 10 D 52 2E
Octal 325 77 25 0 106 132 20 15 122 56
Binary 11010101 111111 10101 0 1000110 1011010 10000 1101 1010010 101110

Color Harmonies of #D53F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F15

Black with #D53F15

Text Example


Text Example

White with #D53F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F15; }

 p { color: rgb(213,63,21); }

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

background-color css

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

 a { background-color: rgb(213,63,21); }

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

border-color css

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

 span { border-color: rgb(213,63,21); }

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