Html Css Color HEX #D53C2D Persian Red

📋 copy color: '#D53C2D'

red 213 ◦ green 60 ◦ blue 45

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

Shades of Persian Red #D53C2D

Tints of Persian Red #D53C2D

RGB

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

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

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

R = 66.98%
G = 18.87%
B = 14.15%

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

#D53C2D (or 0xD53C2D) is known color: Persian Red. HEX triplet: D5, 3C and 2D. RGB value is (213,60,45). Sum of RGB (Red+Green+Blue) = 213+60+45=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53C2D is #2AC3D2. Grayscale: #686868. Windows color (decimal): -2802643 or 2964693. OLE color: 2964693.

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

Color convert

RGB 213 60 45 -
CMYK 0 0.72 0.79 0.16
HSL 5.36º 0.67% 0.51% -
HSV(B) 5.36º 0.79% 0.84% -
XYZ 29.53 17.57 4.32 -
YUV 104.04 94.69 205.72 -
System Red Green Blue C M Y K H S L
Decimal 213 60 45 0 0.72 0.79 0.16 5.36 0.67 0.51
Hex D5 3C 2D 0 48 4F 10 5 43 33
Octal 325 74 55 0 110 117 20 5 103 63
Binary 11010101 111100 101101 0 1001000 1001111 10000 101 1000011 110011

Color Harmonies of #D53C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53C2D

Black with #D53C2D

Text Example


Text Example

White with #D53C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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