Html Css Color HEX #D53C2A Persian Red

📋 copy color: '#D53C2A'

red 213 ◦ green 60 ◦ blue 42

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

Shades of Persian Red #D53C2A

Tints of Persian Red #D53C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.33%

R = 67.62%
G = 19.05%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D53C2A (or 0xD53C2A) is known color: Persian Red. HEX triplet: D5, 3C and 2A. RGB value is (213,60,42). Sum of RGB (Red+Green+Blue) = 213+60+42=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53C2A is #2AC3D5. Grayscale: #676767. Windows color (decimal): -2802646 or 2768085. OLE color: 2768085.

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

Color convert

RGB 213 60 42 -
CMYK 0 0.72 0.80 0.16
HSL 6.32º 0.67% 0.5% -
HSV(B) 6.32º 0.8% 0.84% -
XYZ 29.47 17.55 4.02 -
YUV 103.7 93.19 205.96 -
System Red Green Blue C M Y K H S L
Decimal 213 60 42 0 0.72 0.80 0.16 6.32 0.67 0.5
Hex D5 3C 2A 0 48 50 10 6 43 32
Octal 325 74 52 0 110 120 20 6 103 62
Binary 11010101 111100 101010 0 1001000 1010000 10000 110 1000011 110010

Color Harmonies of #D53C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53C2A

Black with #D53C2A

Text Example


Text Example

White with #D53C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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