Html Css Color HEX #D53C3A Persian Red

📋 copy color: '#D53C3A'

red 213 ◦ green 60 ◦ blue 58

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

Shades of Persian Red #D53C3A

Tints of Persian Red #D53C3A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.13%

 BLUE value IS 58 (23.05% from 255) = 17.52%

R = 64.35%
G = 18.13%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D53C3A (or 0xD53C3A) is known color: Persian Red. HEX triplet: D5, 3C and 3A. RGB value is (213,60,58). Sum of RGB (Red+Green+Blue) = 213+60+58=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53C3A is #2AC3C5. Grayscale: #696969. Windows color (decimal): -2802630 or 3816661. OLE color: 3816661.

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

Color convert

RGB 213 60 58 -
CMYK 0 0.72 0.73 0.16
HSL 0.77º 0.65% 0.53% -
HSV(B) 0.77º 0.73% 0.84% -
XYZ 29.82 17.68 5.84 -
YUV 105.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 213 60 58 0 0.72 0.73 0.16 0.77 0.65 0.53
Hex D5 3C 3A 0 48 49 10 1 41 35
Octal 325 74 72 0 110 111 20 1 101 65
Binary 11010101 111100 111010 0 1001000 1001001 10000 1 1000001 110101

Color Harmonies of #D53C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53C3A

Black with #D53C3A

Text Example


Text Example

White with #D53C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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