Html Css Color HEX #D52D1F Harley Davidson Orange

📋 copy color: '#D52D1F'

red 213 ◦ green 45 ◦ blue 31

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

Shades of Harley Davidson Orange #D52D1F

Tints of Harley Davidson Orange #D52D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.73%

R = 73.7%
G = 15.57%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D52D1F (or 0xD52D1F) is known color: Harley Davidson Orange. HEX triplet: D5, 2D and 1F. RGB value is (213,45,31). Sum of RGB (Red+Green+Blue) = 213+45+31=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52D1F is #2AD2E0. Grayscale: #5D5D5D. Windows color (decimal): -2806497 or 2043349. OLE color: 2043349.

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

Color convert

RGB 213 45 31 -
CMYK 0 0.79 0.85 0.16
HSL 4.62º 0.75% 0.48% -
HSV(B) 4.62º 0.85% 0.84% -
XYZ 28.63 16.12 2.9 -
YUV 93.64 92.66 213.14 -
System Red Green Blue C M Y K H S L
Decimal 213 45 31 0 0.79 0.85 0.16 4.62 0.75 0.48
Hex D5 2D 1F 0 4F 55 10 5 4B 30
Octal 325 55 37 0 117 125 20 5 113 60
Binary 11010101 101101 11111 0 1001111 1010101 10000 101 1001011 110000

Color Harmonies of #D52D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D1F

Black with #D52D1F

Text Example


Text Example

White with #D52D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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