Html Css Color HEX #D53E3C Persian Red

📋 copy color: '#D53E3C'

red 213 ◦ green 62 ◦ blue 60

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

Shades of Persian Red #D53E3C

Tints of Persian Red #D53E3C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.51%

 BLUE value IS 60 (23.83% from 255) = 17.91%

R = 63.58%
G = 18.51%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D53E3C (or 0xD53E3C) is known color: Persian Red. HEX triplet: D5, 3E and 3C. RGB value is (213,62,60). Sum of RGB (Red+Green+Blue) = 213+62+60=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53E3C is #2AC1C3. Grayscale: #6B6B6B. Windows color (decimal): -2802116 or 3948245. OLE color: 3948245.

HSL color Cylindrical-coordinate representation of color #D53E3C: hue angle of 0.78º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53E3C is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 62 60 -
CMYK 0 0.71 0.72 0.16
HSL 0.78º 0.65% 0.54% -
HSV(B) 0.78º 0.72% 0.84% -
XYZ 29.98 17.92 6.15 -
YUV 106.92 101.53 203.66 -
System Red Green Blue C M Y K H S L
Decimal 213 62 60 0 0.71 0.72 0.16 0.78 0.65 0.54
Hex D5 3E 3C 0 47 48 10 1 41 36
Octal 325 76 74 0 107 110 20 1 101 66
Binary 11010101 111110 111100 0 1000111 1001000 10000 1 1000001 110110

Color Harmonies of #D53E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53E3C

Black with #D53E3C

Text Example


Text Example

White with #D53E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53E3C; }

 p { color: rgb(213,62,60); }

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

background-color css

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

 a { background-color: rgb(213,62,60); }

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

border-color css

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

 span { border-color: rgb(213,62,60); }

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