Html Css Color HEX #D52F27 Persian Red

📋 copy color: '#D52F27'

red 213 ◦ green 47 ◦ blue 39

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

Shades of Persian Red #D52F27

Tints of Persian Red #D52F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.04%

R = 71.24%
G = 15.72%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D52F27 (or 0xD52F27) is known color: Persian Red. HEX triplet: D5, 2F and 27. RGB value is (213,47,39). Sum of RGB (Red+Green+Blue) = 213+47+39=299 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.24% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F27 is #2AD0D8. Grayscale: #5F5F5F. Windows color (decimal): -2805977 or 2568149. OLE color: 2568149.

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

Color convert

RGB 213 47 39 -
CMYK 0 0.78 0.82 0.16
HSL 2.76º 0.69% 0.49% -
HSV(B) 2.76º 0.82% 0.84% -
XYZ 28.82 16.33 3.55 -
YUV 95.72 96 211.65 -
System Red Green Blue C M Y K H S L
Decimal 213 47 39 0 0.78 0.82 0.16 2.76 0.69 0.49
Hex D5 2F 27 0 4E 52 10 3 45 31
Octal 325 57 47 0 116 122 20 3 105 61
Binary 11010101 101111 100111 0 1001110 1010010 10000 11 1000101 110001

Color Harmonies of #D52F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F27

Black with #D52F27

Text Example


Text Example

White with #D52F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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