Html Css Color HEX #D52F20 Harley Davidson Orange

📋 copy color: '#D52F20'

red 213 ◦ green 47 ◦ blue 32

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

Shades of Harley Davidson Orange #D52F20

Tints of Harley Davidson Orange #D52F20

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.1%

 BLUE value IS 32 (12.89% from 255) = 10.96%

R = 72.95%
G = 16.1%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D52F20 (or 0xD52F20) is known color: Harley Davidson Orange. HEX triplet: D5, 2F and 20. RGB value is (213,47,32). Sum of RGB (Red+Green+Blue) = 213+47+32=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F20 is #2AD0DF. Grayscale: #5F5F5F. Windows color (decimal): -2805984 or 2109397. OLE color: 2109397.

HSL color Cylindrical-coordinate representation of color #D52F20: hue angle of 4.97º degrees, saturation: 0.74, 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 #D52F20 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 47 32 -
CMYK 0 0.78 0.85 0.16
HSL 4.97º 0.74% 0.48% -
HSV(B) 4.97º 0.85% 0.84% -
XYZ 28.72 16.28 3 -
YUV 94.92 92.5 212.22 -
System Red Green Blue C M Y K H S L
Decimal 213 47 32 0 0.78 0.85 0.16 4.97 0.74 0.48
Hex D5 2F 20 0 4E 55 10 5 4A 30
Octal 325 57 40 0 116 125 20 5 112 60
Binary 11010101 101111 100000 0 1001110 1010101 10000 101 1001010 110000

Color Harmonies of #D52F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F20

Black with #D52F20

Text Example


Text Example

White with #D52F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F20; }

 p { color: rgb(213,47,32); }

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

background-color css

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

 a { background-color: rgb(213,47,32); }

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

border-color css

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

 span { border-color: rgb(213,47,32); }

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