Html Css Color HEX #D52814 Harley Davidson Orange

📋 copy color: '#D52814'

red 213 ◦ green 40 ◦ blue 20

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

Shades of Harley Davidson Orange #D52814

Tints of Harley Davidson Orange #D52814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.65%

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

R = 78.02%
G = 14.65%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D52814 (or 0xD52814) is known color: Harley Davidson Orange. HEX triplet: D5, 28 and 14. RGB value is (213,40,20). Sum of RGB (Red+Green+Blue) = 213+40+20=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D52814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52814 is #2AD7EB. Grayscale: #595959. Windows color (decimal): -2807788 or 1321173. OLE color: 1321173.

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

Color convert

RGB 213 40 20 -
CMYK 0 0.81 0.91 0.16
HSL 6.22º 0.83% 0.46% -
HSV(B) 6.22º 0.91% 0.84% -
XYZ 28.33 15.71 2.2 -
YUV 89.45 88.81 216.13 -
System Red Green Blue C M Y K H S L
Decimal 213 40 20 0 0.81 0.91 0.16 6.22 0.83 0.46
Hex D5 28 14 0 51 5B 10 6 53 2E
Octal 325 50 24 0 121 133 20 6 123 56
Binary 11010101 101000 10100 0 1010001 1011011 10000 110 1010011 101110

Color Harmonies of #D52814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52814

Black with #D52814

Text Example


Text Example

White with #D52814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52814; }

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

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

background-color css

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

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

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

border-color css

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

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

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