Html Css Color HEX #D53B2D Persian Red

📋 copy color: '#D53B2D'

red 213 ◦ green 59 ◦ blue 45

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

Shades of Persian Red #D53B2D

Tints of Persian Red #D53B2D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.61%

 BLUE value IS 45 (17.97% from 255) = 14.2%

R = 67.19%
G = 18.61%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D53B2D (or 0xD53B2D) is known color: Persian Red. HEX triplet: D5, 3B and 2D. RGB value is (213,59,45). Sum of RGB (Red+Green+Blue) = 213+59+45=317 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.19% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53B2D is #2AC4D2. Grayscale: #676767. Windows color (decimal): -2802899 or 2964437. OLE color: 2964437.

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

Color convert

RGB 213 59 45 -
CMYK 0 0.72 0.79 0.16
HSL 0.67% 0.51% -
HSV(B) 0.79% 0.84% -
XYZ 29.48 17.46 4.3 -
YUV 103.45 95.02 206.14 -
System Red Green Blue C M Y K H S L
Decimal 213 59 45 0 0.72 0.79 0.16 5 0.67 0.51
Hex D5 3B 2D 0 48 4F 10 5 43 33
Octal 325 73 55 0 110 117 20 5 103 63
Binary 11010101 111011 101101 0 1001000 1001111 10000 101 1000011 110011

Color Harmonies of #D53B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53B2D

Black with #D53B2D

Text Example


Text Example

White with #D53B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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