Html Css Color HEX #D52F21 Harley Davidson Orange

📋 copy color: '#D52F21'

red 213 ◦ green 47 ◦ blue 33

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

Shades of Harley Davidson Orange #D52F21

Tints of Harley Davidson Orange #D52F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.26%

R = 72.7%
G = 16.04%
B = 11.26%

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

#D52F21 (or 0xD52F21) is known color: Harley Davidson Orange. HEX triplet: D5, 2F and 21. RGB value is (213,47,33). Sum of RGB (Red+Green+Blue) = 213+47+33=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F21 is #2AD0DE. Grayscale: #5F5F5F. Windows color (decimal): -2805983 or 2174933. OLE color: 2174933.

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

Color convert

RGB 213 47 33 -
CMYK 0 0.78 0.85 0.16
HSL 4.67º 0.73% 0.48% -
HSV(B) 4.67º 0.85% 0.84% -
XYZ 28.73 16.29 3.07 -
YUV 95.04 93 212.14 -
System Red Green Blue C M Y K H S L
Decimal 213 47 33 0 0.78 0.85 0.16 4.67 0.73 0.48
Hex D5 2F 21 0 4E 55 10 5 49 30
Octal 325 57 41 0 116 125 20 5 111 60
Binary 11010101 101111 100001 0 1001110 1010101 10000 101 1001001 110000

Color Harmonies of #D52F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F21

Black with #D52F21

Text Example


Text Example

White with #D52F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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