Html Css Color HEX #D53A27 Persian Red

📋 copy color: '#D53A27'

red 213 ◦ green 58 ◦ blue 39

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

Shades of Persian Red #D53A27

Tints of Persian Red #D53A27

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.71%

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

R = 68.71%
G = 18.71%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D53A27 (or 0xD53A27) is known color: Persian Red. HEX triplet: D5, 3A and 27. RGB value is (213,58,39). Sum of RGB (Red+Green+Blue) = 213+58+39=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53A27 is #2AC5D8. Grayscale: #666666. Windows color (decimal): -2803161 or 2570965. OLE color: 2570965.

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

Color convert

RGB 213 58 39 -
CMYK 0 0.73 0.82 0.16
HSL 6.55º 0.69% 0.49% -
HSV(B) 6.55º 0.82% 0.84% -
XYZ 29.32 17.32 3.72 -
YUV 102.18 92.35 207.04 -
System Red Green Blue C M Y K H S L
Decimal 213 58 39 0 0.73 0.82 0.16 6.55 0.69 0.49
Hex D5 3A 27 0 49 52 10 7 45 31
Octal 325 72 47 0 111 122 20 7 105 61
Binary 11010101 111010 100111 0 1001001 1010010 10000 111 1000101 110001

Color Harmonies of #D53A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53A27

Black with #D53A27

Text Example


Text Example

White with #D53A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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