Html Css Color HEX #D53D1E Harley Davidson Orange

📋 copy color: '#D53D1E'

red 213 ◦ green 61 ◦ blue 30

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

Shades of Harley Davidson Orange #D53D1E

Tints of Harley Davidson Orange #D53D1E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.07%

 BLUE value IS 30 (12.11% from 255) = 9.87%

R = 70.07%
G = 20.07%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D53D1E (or 0xD53D1E) is known color: Harley Davidson Orange. HEX triplet: D5, 3D and 1E. RGB value is (213,61,30). Sum of RGB (Red+Green+Blue) = 213+61+30=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53D1E is #2AC2E1. Grayscale: #676767. Windows color (decimal): -2802402 or 1981909. OLE color: 1981909.

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

Color convert

RGB 213 61 30 -
CMYK 0 0.71 0.86 0.16
HSL 10.16º 0.75% 0.48% -
HSV(B) 10.16º 0.86% 0.84% -
XYZ 29.34 17.58 3.07 -
YUV 102.91 86.86 206.52 -
System Red Green Blue C M Y K H S L
Decimal 213 61 30 0 0.71 0.86 0.16 10.16 0.75 0.48
Hex D5 3D 1E 0 47 56 10 A 4B 30
Octal 325 75 36 0 107 126 20 12 113 60
Binary 11010101 111101 11110 0 1000111 1010110 10000 1010 1001011 110000

Color Harmonies of #D53D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D1E

Black with #D53D1E

Text Example


Text Example

White with #D53D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D1E; }

 p { color: rgb(213,61,30); }

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

background-color css

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

 a { background-color: rgb(213,61,30); }

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

border-color css

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

 span { border-color: rgb(213,61,30); }

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