Html Css Color HEX #D53825 Persian Red

📋 copy color: '#D53825'

red 213 ◦ green 56 ◦ blue 37

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

Shades of Persian Red #D53825

Tints of Persian Red #D53825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.09%

R = 69.61%
G = 18.3%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D53825 (or 0xD53825) is known color: Persian Red. HEX triplet: D5, 38 and 25. RGB value is (213,56,37). Sum of RGB (Red+Green+Blue) = 213+56+37=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D53825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53825 is #2AC7DA. Grayscale: #656565. Windows color (decimal): -2803675 or 2439381. OLE color: 2439381.

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

Color convert

RGB 213 56 37 -
CMYK 0 0.74 0.83 0.16
HSL 6.48º 0.7% 0.49% -
HSV(B) 6.48º 0.83% 0.84% -
XYZ 29.19 17.11 3.51 -
YUV 100.78 92.01 208.04 -
System Red Green Blue C M Y K H S L
Decimal 213 56 37 0 0.74 0.83 0.16 6.48 0.7 0.49
Hex D5 38 25 0 4A 53 10 6 46 31
Octal 325 70 45 0 112 123 20 6 106 61
Binary 11010101 111000 100101 0 1001010 1010011 10000 110 1000110 110001

Color Harmonies of #D53825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53825

Black with #D53825

Text Example


Text Example

White with #D53825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53825; }

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

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

background-color css

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

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

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

border-color css

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

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

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