Html Css Color HEX #D52D1E Harley Davidson Orange

📋 copy color: '#D52D1E'

red 213 ◦ green 45 ◦ blue 30

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

Shades of Harley Davidson Orange #D52D1E

Tints of Harley Davidson Orange #D52D1E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.63%

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

R = 73.96%
G = 15.63%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D52D1E (or 0xD52D1E) is known color: Harley Davidson Orange. HEX triplet: D5, 2D and 1E. RGB value is (213,45,30). Sum of RGB (Red+Green+Blue) = 213+45+30=288 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.96% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52D1E is #2AD2E1. Grayscale: #5D5D5D. Windows color (decimal): -2806498 or 1977813. OLE color: 1977813.

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

Color convert

RGB 213 45 30 -
CMYK 0 0.79 0.86 0.16
HSL 4.92º 0.75% 0.48% -
HSV(B) 4.92º 0.86% 0.84% -
XYZ 28.61 16.12 2.83 -
YUV 93.52 92.16 213.22 -
System Red Green Blue C M Y K H S L
Decimal 213 45 30 0 0.79 0.86 0.16 4.92 0.75 0.48
Hex D5 2D 1E 0 4F 56 10 5 4B 30
Octal 325 55 36 0 117 126 20 5 113 60
Binary 11010101 101101 11110 0 1001111 1010110 10000 101 1001011 110000

Color Harmonies of #D52D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D1E

Black with #D52D1E

Text Example


Text Example

White with #D52D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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