Html Css Color HEX #D53634 Persian Red

📋 copy color: '#D53634'

red 213 ◦ green 54 ◦ blue 52

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

Shades of Persian Red #D53634

Tints of Persian Red #D53634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.3%

R = 66.77%
G = 16.93%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D53634 (or 0xD53634) is known color: Persian Red. HEX triplet: D5, 36 and 34. RGB value is (213,54,52). Sum of RGB (Red+Green+Blue) = 213+54+52=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D53634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53634 is #2AC9CB. Grayscale: #656565. Windows color (decimal): -2804172 or 3421909. OLE color: 3421909.

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

Color convert

RGB 213 54 52 -
CMYK 0 0.75 0.76 0.16
HSL 0.75º 0.66% 0.52% -
HSV(B) 0.75º 0.76% 0.84% -
XYZ 29.38 17.03 4.99 -
YUV 101.31 100.18 207.66 -
System Red Green Blue C M Y K H S L
Decimal 213 54 52 0 0.75 0.76 0.16 0.75 0.66 0.52
Hex D5 36 34 0 4B 4C 10 1 42 34
Octal 325 66 64 0 113 114 20 1 102 64
Binary 11010101 110110 110100 0 1001011 1001100 10000 1 1000010 110100

Color Harmonies of #D53634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53634

Black with #D53634

Text Example


Text Example

White with #D53634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53634; }

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

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

background-color css

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

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

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

border-color css

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

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

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