Html Css Color HEX #D52F24 Persian Red

📋 copy color: '#D52F24'

red 213 ◦ green 47 ◦ blue 36

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

Shades of Persian Red #D52F24

Tints of Persian Red #D52F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.16%

R = 71.96%
G = 15.88%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D52F24 (or 0xD52F24) is known color: Persian Red. HEX triplet: D5, 2F and 24. RGB value is (213,47,36). Sum of RGB (Red+Green+Blue) = 213+47+36=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F24 is #2AD0DB. Grayscale: #5F5F5F. Windows color (decimal): -2805980 or 2371541. OLE color: 2371541.

HSL color Cylindrical-coordinate representation of color #D52F24: hue angle of 3.73º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52F24 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 47 36 -
CMYK 0 0.78 0.83 0.16
HSL 3.73º 0.71% 0.49% -
HSV(B) 3.73º 0.83% 0.84% -
XYZ 28.78 16.31 3.3 -
YUV 95.38 94.5 211.89 -
System Red Green Blue C M Y K H S L
Decimal 213 47 36 0 0.78 0.83 0.16 3.73 0.71 0.49
Hex D5 2F 24 0 4E 53 10 4 47 31
Octal 325 57 44 0 116 123 20 4 107 61
Binary 11010101 101111 100100 0 1001110 1010011 10000 100 1000111 110001

Color Harmonies of #D52F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F24

Black with #D52F24

Text Example


Text Example

White with #D52F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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