Html Css Color HEX #D52C27 Persian Red

📋 copy color: '#D52C27'

red 213 ◦ green 44 ◦ blue 39

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

Shades of Persian Red #D52C27

Tints of Persian Red #D52C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.86%

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

R = 71.96%
G = 14.86%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D52C27 (or 0xD52C27) is known color: Persian Red. HEX triplet: D5, 2C and 27. RGB value is (213,44,39). Sum of RGB (Red+Green+Blue) = 213+44+39=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52C27 is #2AD3D8. Grayscale: #5E5E5E. Windows color (decimal): -2806745 or 2567381. OLE color: 2567381.

HSL color Cylindrical-coordinate representation of color #D52C27: hue angle of 1.72º 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 #D52C27 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 44 39 -
CMYK 0 0.79 0.82 0.16
HSL 1.72º 0.69% 0.49% -
HSV(B) 1.72º 0.82% 0.84% -
XYZ 28.71 16.09 3.51 -
YUV 93.96 96.99 212.91 -
System Red Green Blue C M Y K H S L
Decimal 213 44 39 0 0.79 0.82 0.16 1.72 0.69 0.49
Hex D5 2C 27 0 4F 52 10 2 45 31
Octal 325 54 47 0 117 122 20 2 105 61
Binary 11010101 101100 100111 0 1001111 1010010 10000 10 1000101 110001

Color Harmonies of #D52C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52C27

Black with #D52C27

Text Example


Text Example

White with #D52C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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