Html Css Color HEX #D53223 Persian Red

📋 copy color: '#D53223'

red 213 ◦ green 50 ◦ blue 35

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

Shades of Persian Red #D53223

Tints of Persian Red #D53223

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.78%

 BLUE value IS 35 (14.06% from 255) = 11.74%

R = 71.48%
G = 16.78%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D53223 (or 0xD53223) is known color: Persian Red. HEX triplet: D5, 32 and 23. RGB value is (213,50,35). Sum of RGB (Red+Green+Blue) = 213+50+35=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D53223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53223 is #2ACDDC. Grayscale: #616161. Windows color (decimal): -2805213 or 2306773. OLE color: 2306773.

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

Color convert

RGB 213 50 35 -
CMYK 0 0.77 0.84 0.16
HSL 5.06º 0.72% 0.49% -
HSV(B) 5.06º 0.84% 0.84% -
XYZ 28.88 16.55 3.26 -
YUV 97.03 93 210.72 -
System Red Green Blue C M Y K H S L
Decimal 213 50 35 0 0.77 0.84 0.16 5.06 0.72 0.49
Hex D5 32 23 0 4D 54 10 5 48 31
Octal 325 62 43 0 115 124 20 5 110 61
Binary 11010101 110010 100011 0 1001101 1010100 10000 101 1001000 110001

Color Harmonies of #D53223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53223

Black with #D53223

Text Example


Text Example

White with #D53223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53223; }

 p { color: rgb(213,50,35); }

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

background-color css

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

 a { background-color: rgb(213,50,35); }

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

border-color css

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

 span { border-color: rgb(213,50,35); }

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