Html Css Color HEX #D53915 Harley Davidson Orange

📋 copy color: '#D53915'

red 213 ◦ green 57 ◦ blue 21

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

Shades of Harley Davidson Orange #D53915

Tints of Harley Davidson Orange #D53915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.59%

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

R = 73.2%
G = 19.59%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D53915 (or 0xD53915) is known color: Harley Davidson Orange. HEX triplet: D5, 39 and 15. RGB value is (213,57,21). Sum of RGB (Red+Green+Blue) = 213+57+21=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D53915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53915 is #2AC6EA. Grayscale: #636363. Windows color (decimal): -2803435 or 1391061. OLE color: 1391061.

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

Color convert

RGB 213 57 21 -
CMYK 0 0.73 0.90 0.16
HSL 11.25º 0.82% 0.46% -
HSV(B) 11.25º 0.9% 0.84% -
XYZ 29.04 17.13 2.48 -
YUV 99.54 83.68 208.93 -
System Red Green Blue C M Y K H S L
Decimal 213 57 21 0 0.73 0.90 0.16 11.25 0.82 0.46
Hex D5 39 15 0 49 5A 10 B 52 2E
Octal 325 71 25 0 111 132 20 13 122 56
Binary 11010101 111001 10101 0 1001001 1011010 10000 1011 1010010 101110

Color Harmonies of #D53915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53915

Black with #D53915

Text Example


Text Example

White with #D53915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53915; }

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

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

background-color css

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

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

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

border-color css

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

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

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