Html Css Color HEX #D53627 Persian Red

📋 copy color: '#D53627'

red 213 ◦ green 54 ◦ blue 39

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

Shades of Persian Red #D53627

Tints of Persian Red #D53627

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.65%

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

R = 69.61%
G = 17.65%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D53627 (or 0xD53627) is known color: Persian Red. HEX triplet: D5, 36 and 27. RGB value is (213,54,39). Sum of RGB (Red+Green+Blue) = 213+54+39=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D53627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53627 is #2AC9D8. Grayscale: #646464. Windows color (decimal): -2804185 or 2569941. OLE color: 2569941.

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

Color convert

RGB 213 54 39 -
CMYK 0 0.75 0.82 0.16
HSL 5.17º 0.69% 0.49% -
HSV(B) 5.17º 0.82% 0.84% -
XYZ 29.13 16.93 3.65 -
YUV 99.83 93.68 208.72 -
System Red Green Blue C M Y K H S L
Decimal 213 54 39 0 0.75 0.82 0.16 5.17 0.69 0.49
Hex D5 36 27 0 4B 52 10 5 45 31
Octal 325 66 47 0 113 122 20 5 105 61
Binary 11010101 110110 100111 0 1001011 1010010 10000 101 1000101 110001

Color Harmonies of #D53627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53627

Black with #D53627

Text Example


Text Example

White with #D53627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53627; }

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

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

background-color css

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

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

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

border-color css

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

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

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