Html Css Color HEX #D53C2C Persian Red

📋 copy color: '#D53C2C'

red 213 ◦ green 60 ◦ blue 44

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

Shades of Persian Red #D53C2C

Tints of Persian Red #D53C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.88%

R = 67.19%
G = 18.93%
B = 13.88%

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

#D53C2C (or 0xD53C2C) is known color: Persian Red. HEX triplet: D5, 3C and 2C. RGB value is (213,60,44). Sum of RGB (Red+Green+Blue) = 213+60+44=317 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.19% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53C2C is #2AC3D3. Grayscale: #686868. Windows color (decimal): -2802644 or 2899157. OLE color: 2899157.

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

Color convert

RGB 213 60 44 -
CMYK 0 0.72 0.79 0.16
HSL 5.68º 0.67% 0.5% -
HSV(B) 5.68º 0.79% 0.84% -
XYZ 29.51 17.56 4.22 -
YUV 103.92 94.19 205.8 -
System Red Green Blue C M Y K H S L
Decimal 213 60 44 0 0.72 0.79 0.16 5.68 0.67 0.5
Hex D5 3C 2C 0 48 4F 10 6 43 32
Octal 325 74 54 0 110 117 20 6 103 62
Binary 11010101 111100 101100 0 1001000 1001111 10000 110 1000011 110010

Color Harmonies of #D53C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53C2C

Black with #D53C2C

Text Example


Text Example

White with #D53C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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