Html Css Color HEX #D53127 Persian Red

📋 copy color: '#D53127'

red 213 ◦ green 49 ◦ blue 39

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

Shades of Persian Red #D53127

Tints of Persian Red #D53127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.28%

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

R = 70.76%
G = 16.28%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D53127 (or 0xD53127) is known color: Persian Red. HEX triplet: D5, 31 and 27. RGB value is (213,49,39). Sum of RGB (Red+Green+Blue) = 213+49+39=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D53127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53127 is #2ACED8. Grayscale: #616161. Windows color (decimal): -2805465 or 2568661. OLE color: 2568661.

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

Color convert

RGB 213 49 39 -
CMYK 0 0.77 0.82 0.16
HSL 3.45º 0.69% 0.49% -
HSV(B) 3.45º 0.82% 0.84% -
XYZ 28.91 16.49 3.58 -
YUV 96.9 95.33 210.81 -
System Red Green Blue C M Y K H S L
Decimal 213 49 39 0 0.77 0.82 0.16 3.45 0.69 0.49
Hex D5 31 27 0 4D 52 10 3 45 31
Octal 325 61 47 0 115 122 20 3 105 61
Binary 11010101 110001 100111 0 1001101 1010010 10000 11 1000101 110001

Color Harmonies of #D53127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53127

Black with #D53127

Text Example


Text Example

White with #D53127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53127; }

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

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

background-color css

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

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

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

border-color css

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

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

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