Html Css Color HEX #D53814 Harley Davidson Orange

📋 copy color: '#D53814'

red 213 ◦ green 56 ◦ blue 20

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

Shades of Harley Davidson Orange #D53814

Tints of Harley Davidson Orange #D53814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.38%

 BLUE value IS 20 (8.2% from 255) = 6.92%

R = 73.7%
G = 19.38%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D53814 (or 0xD53814) is known color: Harley Davidson Orange. HEX triplet: D5, 38 and 14. RGB value is (213,56,20). Sum of RGB (Red+Green+Blue) = 213+56+20=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D53814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53814 is #2AC7EB. Grayscale: #636363. Windows color (decimal): -2803692 or 1325269. OLE color: 1325269.

HSL color Cylindrical-coordinate representation of color #D53814: hue angle of 11.19º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D53814 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 56 20 -
CMYK 0 0.74 0.91 0.16
HSL 11.19º 0.83% 0.46% -
HSV(B) 11.19º 0.91% 0.84% -
XYZ 28.98 17.02 2.42 -
YUV 98.84 83.51 209.43 -
System Red Green Blue C M Y K H S L
Decimal 213 56 20 0 0.74 0.91 0.16 11.19 0.83 0.46
Hex D5 38 14 0 4A 5B 10 B 53 2E
Octal 325 70 24 0 112 133 20 13 123 56
Binary 11010101 111000 10100 0 1001010 1011011 10000 1011 1010011 101110

Color Harmonies of #D53814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53814

Black with #D53814

Text Example


Text Example

White with #D53814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53814; }

 p { color: rgb(213,56,20); }

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

background-color css

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

 a { background-color: rgb(213,56,20); }

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

border-color css

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

 span { border-color: rgb(213,56,20); }

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