Html Css Color HEX #D53D3B Persian Red

📋 copy color: '#D53D3B'

red 213 ◦ green 61 ◦ blue 59

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

Shades of Persian Red #D53D3B

Tints of Persian Red #D53D3B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.32%

 BLUE value IS 59 (23.44% from 255) = 17.72%

R = 63.96%
G = 18.32%
B = 17.72%

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

#D53D3B (or 0xD53D3B) is known color: Persian Red. HEX triplet: D5, 3D and 3B. RGB value is (213,61,59). Sum of RGB (Red+Green+Blue) = 213+61+59=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53D3B is #2AC2C4. Grayscale: #6A6A6A. Windows color (decimal): -2802373 or 3882453. OLE color: 3882453.

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

Color convert

RGB 213 61 59 -
CMYK 0 0.71 0.72 0.16
HSL 0.78º 0.65% 0.53% -
HSV(B) 0.78º 0.72% 0.84% -
XYZ 29.9 17.8 6 -
YUV 106.22 101.36 204.16 -
System Red Green Blue C M Y K H S L
Decimal 213 61 59 0 0.71 0.72 0.16 0.78 0.65 0.53
Hex D5 3D 3B 0 47 48 10 1 41 35
Octal 325 75 73 0 107 110 20 1 101 65
Binary 11010101 111101 111011 0 1000111 1001000 10000 1 1000001 110101

Color Harmonies of #D53D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D3B

Black with #D53D3B

Text Example


Text Example

White with #D53D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D3B; }

 p { color: rgb(213,61,59); }

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

background-color css

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

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

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

border-color css

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

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

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