Html Css Color HEX #D53939 Persian Red

📋 copy color: '#D53939'

red 213 ◦ green 57 ◦ blue 57

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

Shades of Persian Red #D53939

Tints of Persian Red #D53939

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.43%

 BLUE value IS 57 (22.66% from 255) = 17.43%

R = 65.14%
G = 17.43%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D53939 (or 0xD53939) is known color: Persian Red. HEX triplet: D5, 39 and 39. RGB value is (213,57,57). Sum of RGB (Red+Green+Blue) = 213+57+57=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D53939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53939 is #2AC6C6. Grayscale: #676767. Windows color (decimal): -2803399 or 3750357. OLE color: 3750357.

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

Color convert

RGB 213 57 57 -
CMYK 0 0.73 0.73 0.16
HSL 0.65% 0.53% -
HSV(B) 0.73% 0.84% -
XYZ 29.64 17.37 5.66 -
YUV 103.64 101.68 206 -
System Red Green Blue C M Y K H S L
Decimal 213 57 57 0 0.73 0.73 0.16 0 0.65 0.53
Hex D5 39 39 0 49 49 10 0 41 35
Octal 325 71 71 0 111 111 20 0 101 65
Binary 11010101 111001 111001 0 1001001 1001001 10000 0 1000001 110101

Color Harmonies of #D53939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53939

Black with #D53939

Text Example


Text Example

White with #D53939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53939; }

 p { color: rgb(213,57,57); }

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

background-color css

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

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

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

border-color css

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

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

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