Html Css Color HEX #D53636 Persian Red

📋 copy color: '#D53636'

red 213 ◦ green 54 ◦ blue 54

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

Shades of Persian Red #D53636

Tints of Persian Red #D53636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.82%

 BLUE value IS 54 (21.48% from 255) = 16.82%

R = 66.36%
G = 16.82%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D53636 (or 0xD53636) is known color: Persian Red. HEX triplet: D5, 36 and 36. RGB value is (213,54,54). Sum of RGB (Red+Green+Blue) = 213+54+54=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D53636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53636 is #2AC9C9. Grayscale: #656565. Windows color (decimal): -2804170 or 3552981. OLE color: 3552981.

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

Color convert

RGB 213 54 54 -
CMYK 0 0.75 0.75 0.16
HSL 0.65% 0.52% -
HSV(B) 0.75% 0.84% -
XYZ 29.43 17.05 5.23 -
YUV 101.54 101.18 207.5 -
System Red Green Blue C M Y K H S L
Decimal 213 54 54 0 0.75 0.75 0.16 0 0.65 0.52
Hex D5 36 36 0 4B 4B 10 0 41 34
Octal 325 66 66 0 113 113 20 0 101 64
Binary 11010101 110110 110110 0 1001011 1001011 10000 0 1000001 110100

Color Harmonies of #D53636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53636

Black with #D53636

Text Example


Text Example

White with #D53636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53636; }

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

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

background-color css

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

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

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

border-color css

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

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

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