Html Css Color HEX #D53727 Persian Red

📋 copy color: '#D53727'

red 213 ◦ green 55 ◦ blue 39

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

Shades of Persian Red #D53727

Tints of Persian Red #D53727

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.92%

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

R = 69.38%
G = 17.92%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D53727 (or 0xD53727) is known color: Persian Red. HEX triplet: D5, 37 and 27. RGB value is (213,55,39). Sum of RGB (Red+Green+Blue) = 213+55+39=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D53727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53727 is #2AC8D8. Grayscale: #646464. Windows color (decimal): -2803929 or 2570197. OLE color: 2570197.

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

Color convert

RGB 213 55 39 -
CMYK 0 0.74 0.82 0.16
HSL 5.52º 0.69% 0.49% -
HSV(B) 5.52º 0.82% 0.84% -
XYZ 29.17 17.02 3.67 -
YUV 100.42 93.35 208.3 -
System Red Green Blue C M Y K H S L
Decimal 213 55 39 0 0.74 0.82 0.16 5.52 0.69 0.49
Hex D5 37 27 0 4A 52 10 6 45 31
Octal 325 67 47 0 112 122 20 6 105 61
Binary 11010101 110111 100111 0 1001010 1010010 10000 110 1000101 110001

Color Harmonies of #D53727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53727

Black with #D53727

Text Example


Text Example

White with #D53727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53727; }

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

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

background-color css

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

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

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

border-color css

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

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

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