Html Css Color HEX #D53A1F Harley Davidson Orange

📋 copy color: '#D53A1F'

red 213 ◦ green 58 ◦ blue 31

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

Shades of Harley Davidson Orange #D53A1F

Tints of Harley Davidson Orange #D53A1F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.21%

 BLUE value IS 31 (12.5% from 255) = 10.26%

R = 70.53%
G = 19.21%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D53A1F (or 0xD53A1F) is known color: Harley Davidson Orange. HEX triplet: D5, 3A and 1F. RGB value is (213,58,31). Sum of RGB (Red+Green+Blue) = 213+58+31=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53A1F is #2AC5E0. Grayscale: #656565. Windows color (decimal): -2803169 or 2046677. OLE color: 2046677.

HSL color Cylindrical-coordinate representation of color #D53A1F: hue angle of 8.9º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D53A1F is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 58 31 -
CMYK 0 0.73 0.85 0.16
HSL 8.9º 0.75% 0.48% -
HSV(B) 8.9º 0.85% 0.84% -
XYZ 29.2 17.27 3.09 -
YUV 101.27 88.35 207.7 -
System Red Green Blue C M Y K H S L
Decimal 213 58 31 0 0.73 0.85 0.16 8.9 0.75 0.48
Hex D5 3A 1F 0 49 55 10 9 4B 30
Octal 325 72 37 0 111 125 20 11 113 60
Binary 11010101 111010 11111 0 1001001 1010101 10000 1001 1001011 110000

Color Harmonies of #D53A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53A1F

Black with #D53A1F

Text Example


Text Example

White with #D53A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53A1F; }

 p { color: rgb(213,58,31); }

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

background-color css

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

 a { background-color: rgb(213,58,31); }

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

border-color css

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

 span { border-color: rgb(213,58,31); }

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