Html Css Color HEX #D52827 Persian Red

📋 copy color: '#D52827'

red 213 ◦ green 40 ◦ blue 39

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

Shades of Persian Red #D52827

Tints of Persian Red #D52827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.7%

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

R = 72.95%
G = 13.7%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D52827 (or 0xD52827) is known color: Persian Red. HEX triplet: D5, 28 and 27. RGB value is (213,40,39). Sum of RGB (Red+Green+Blue) = 213+40+39=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D52827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52827 is #2AD7D8. Grayscale: #5B5B5B. Windows color (decimal): -2807769 or 2566357. OLE color: 2566357.

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

Color convert

RGB 213 40 39 -
CMYK 0 0.81 0.82 0.16
HSL 0.34º 0.69% 0.49% -
HSV(B) 0.34º 0.82% 0.84% -
XYZ 28.57 15.81 3.47 -
YUV 91.61 98.31 214.58 -
System Red Green Blue C M Y K H S L
Decimal 213 40 39 0 0.81 0.82 0.16 0.34 0.69 0.49
Hex D5 28 27 0 51 52 10 0 45 31
Octal 325 50 47 0 121 122 20 0 105 61
Binary 11010101 101000 100111 0 1010001 1010010 10000 0 1000101 110001

Color Harmonies of #D52827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52827

Black with #D52827

Text Example


Text Example

White with #D52827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52827; }

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

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

background-color css

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

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

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

border-color css

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

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

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