Html Css Color HEX #D53E3E Persian Red

📋 copy color: '#D53E3E'

red 213 ◦ green 62 ◦ blue 62

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

Shades of Persian Red #D53E3E

Tints of Persian Red #D53E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.4%

R = 63.2%
G = 18.4%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D53E3E (or 0xD53E3E) is known color: Persian Red. HEX triplet: D5, 3E and 3E. RGB value is (213,62,62). Sum of RGB (Red+Green+Blue) = 213+62+62=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53E3E is #2AC1C1. Grayscale: #6B6B6B. Windows color (decimal): -2802114 or 4079317. OLE color: 4079317.

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

Color convert

RGB 213 62 62 -
CMYK 0 0.71 0.71 0.16
HSL 0.64% 0.54% -
HSV(B) 0.71% 0.84% -
XYZ 30.03 17.94 6.44 -
YUV 107.15 102.53 203.5 -
System Red Green Blue C M Y K H S L
Decimal 213 62 62 0 0.71 0.71 0.16 0 0.64 0.54
Hex D5 3E 3E 0 47 47 10 0 40 36
Octal 325 76 76 0 107 107 20 0 100 66
Binary 11010101 111110 111110 0 1000111 1000111 10000 0 1000000 110110

Color Harmonies of #D53E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53E3E

Black with #D53E3E

Text Example


Text Example

White with #D53E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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