Html Css Color HEX #D53A0D Harley Davidson Orange

📋 copy color: '#D53A0D'

red 213 ◦ green 58 ◦ blue 13

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

Shades of Harley Davidson Orange #D53A0D

Tints of Harley Davidson Orange #D53A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.58%

R = 75%
G = 20.42%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D53A0D (or 0xD53A0D) is known color: Harley Davidson Orange. HEX triplet: D5, 3A and 0D. RGB value is (213,58,13). Sum of RGB (Red+Green+Blue) = 213+58+13=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53A0D is #2AC5F2. Grayscale: #636363. Windows color (decimal): -2803187 or 867029. OLE color: 867029.

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

Color convert

RGB 213 58 13 -
CMYK 0 0.73 0.94 0.16
HSL 13.5º 0.88% 0.44% -
HSV(B) 13.5º 0.94% 0.84% -
XYZ 29.03 17.2 2.17 -
YUV 99.22 79.35 209.16 -
System Red Green Blue C M Y K H S L
Decimal 213 58 13 0 0.73 0.94 0.16 13.5 0.88 0.44
Hex D5 3A D 0 49 5E 10 E 58 2C
Octal 325 72 15 0 111 136 20 16 130 54
Binary 11010101 111010 1101 0 1001001 1011110 10000 1110 1011000 101100

Color Harmonies of #D53A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53A0D

Black with #D53A0D

Text Example


Text Example

White with #D53A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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