Html Css Color HEX #D53C2B Persian Red

📋 copy color: '#D53C2B'

red 213 ◦ green 60 ◦ blue 43

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

Shades of Persian Red #D53C2B

Tints of Persian Red #D53C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.61%

R = 67.41%
G = 18.99%
B = 13.61%

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

#D53C2B (or 0xD53C2B) is known color: Persian Red. HEX triplet: D5, 3C and 2B. RGB value is (213,60,43). Sum of RGB (Red+Green+Blue) = 213+60+43=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53C2B is #2AC3D4. Grayscale: #686868. Windows color (decimal): -2802645 or 2833621. OLE color: 2833621.

HSL color Cylindrical-coordinate representation of color #D53C2B: hue angle of 6º 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 #D53C2B is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 60 43 -
CMYK 0 0.72 0.80 0.16
HSL 0.67% 0.5% -
HSV(B) 0.8% 0.84% -
XYZ 29.49 17.55 4.12 -
YUV 103.81 93.69 205.88 -
System Red Green Blue C M Y K H S L
Decimal 213 60 43 0 0.72 0.80 0.16 6 0.67 0.5
Hex D5 3C 2B 0 48 50 10 6 43 32
Octal 325 74 53 0 110 120 20 6 103 62
Binary 11010101 111100 101011 0 1001000 1010000 10000 110 1000011 110010

Color Harmonies of #D53C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53C2B

Black with #D53C2B

Text Example


Text Example

White with #D53C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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