Html Css Color HEX #D52825 Persian Red

📋 copy color: '#D52825'

red 213 ◦ green 40 ◦ blue 37

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

Shades of Persian Red #D52825

Tints of Persian Red #D52825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.79%

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

R = 73.45%
G = 13.79%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D52825 (or 0xD52825) is known color: Persian Red. HEX triplet: D5, 28 and 25. RGB value is (213,40,37). Sum of RGB (Red+Green+Blue) = 213+40+37=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D52825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52825 is #2AD7DA. Grayscale: #5B5B5B. Windows color (decimal): -2807771 or 2435285. OLE color: 2435285.

HSL color Cylindrical-coordinate representation of color #D52825: hue angle of 1.02º 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 #D52825 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 40 37 -
CMYK 0 0.81 0.83 0.16
HSL 1.02º 0.7% 0.49% -
HSV(B) 1.02º 0.83% 0.84% -
XYZ 28.53 15.8 3.3 -
YUV 91.39 97.31 214.74 -
System Red Green Blue C M Y K H S L
Decimal 213 40 37 0 0.81 0.83 0.16 1.02 0.7 0.49
Hex D5 28 25 0 51 53 10 1 46 31
Octal 325 50 45 0 121 123 20 1 106 61
Binary 11010101 101000 100101 0 1010001 1010011 10000 1 1000110 110001

Color Harmonies of #D52825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52825

Black with #D52825

Text Example


Text Example

White with #D52825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52825; }

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

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

background-color css

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

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

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

border-color css

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

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

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