Html Css Color HEX #D53832 Persian Red

📋 copy color: '#D53832'

red 213 ◦ green 56 ◦ blue 50

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

Shades of Persian Red #D53832

Tints of Persian Red #D53832

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.55%

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 66.77%
G = 17.55%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D53832 (or 0xD53832) is known color: Persian Red. HEX triplet: D5, 38 and 32. RGB value is (213,56,50). Sum of RGB (Red+Green+Blue) = 213+56+50=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D53832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53832 is #2AC7CD. Grayscale: #666666. Windows color (decimal): -2803662 or 3291349. OLE color: 3291349.

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

Color convert

RGB 213 56 50 -
CMYK 0 0.74 0.77 0.16
HSL 2.21º 0.66% 0.52% -
HSV(B) 2.21º 0.77% 0.84% -
XYZ 29.43 17.2 4.79 -
YUV 102.26 98.51 206.99 -
System Red Green Blue C M Y K H S L
Decimal 213 56 50 0 0.74 0.77 0.16 2.21 0.66 0.52
Hex D5 38 32 0 4A 4D 10 2 42 34
Octal 325 70 62 0 112 115 20 2 102 64
Binary 11010101 111000 110010 0 1001010 1001101 10000 10 1000010 110100

Color Harmonies of #D53832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53832

Black with #D53832

Text Example


Text Example

White with #D53832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53832; }

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

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

background-color css

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

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

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

border-color css

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

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

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