Html Css Color HEX #D53737 Persian Red

📋 copy color: '#D53737'

red 213 ◦ green 55 ◦ blue 55

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

Shades of Persian Red #D53737

Tints of Persian Red #D53737

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.03%

 BLUE value IS 55 (21.88% from 255) = 17.03%

R = 65.94%
G = 17.03%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D53737 (or 0xD53737) is known color: Persian Red. HEX triplet: D5, 37 and 37. RGB value is (213,55,55). Sum of RGB (Red+Green+Blue) = 213+55+55=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D53737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53737 is #2AC8C8. Grayscale: #666666. Windows color (decimal): -2803913 or 3618773. OLE color: 3618773.

HSL color Cylindrical-coordinate representation of color #D53737: 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.74%. Process color model (Four color, CMYK) of #D53737 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 55 55 -
CMYK 0 0.74 0.74 0.16
HSL 0.65% 0.53% -
HSV(B) 0.74% 0.84% -
XYZ 29.5 17.15 5.37 -
YUV 102.24 101.35 207 -
System Red Green Blue C M Y K H S L
Decimal 213 55 55 0 0.74 0.74 0.16 0 0.65 0.53
Hex D5 37 37 0 4A 4A 10 0 41 35
Octal 325 67 67 0 112 112 20 0 101 65
Binary 11010101 110111 110111 0 1001010 1001010 10000 0 1000001 110101

Color Harmonies of #D53737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53737

Black with #D53737

Text Example


Text Example

White with #D53737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53737; }

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

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

background-color css

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

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

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

border-color css

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

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

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