Html Css Color HEX #D52822 Persian Red

📋 copy color: '#D52822'

red 213 ◦ green 40 ◦ blue 34

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

Shades of Persian Red #D52822

Tints of Persian Red #D52822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.85%

R = 74.22%
G = 13.94%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D52822 (or 0xD52822) is known color: Persian Red. HEX triplet: D5, 28 and 22. RGB value is (213,40,34). Sum of RGB (Red+Green+Blue) = 213+40+34=287 (38% of max value = 765). Red value is 213 (83.59% from 255 or 74.22% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 213 - color contains mainly: red. Hex color #D52822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52822 is #2AD7DD. Grayscale: #5B5B5B. Windows color (decimal): -2807774 or 2238677. OLE color: 2238677.

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

Color convert

RGB 213 40 34 -
CMYK 0 0.81 0.84 0.16
HSL 2.01º 0.72% 0.48% -
HSV(B) 2.01º 0.84% 0.84% -
XYZ 28.49 15.78 3.06 -
YUV 91.04 95.81 214.99 -
System Red Green Blue C M Y K H S L
Decimal 213 40 34 0 0.81 0.84 0.16 2.01 0.72 0.48
Hex D5 28 22 0 51 54 10 2 48 30
Octal 325 50 42 0 121 124 20 2 110 60
Binary 11010101 101000 100010 0 1010001 1010100 10000 10 1001000 110000

Color Harmonies of #D52822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52822

Black with #D52822

Text Example


Text Example

White with #D52822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52822; }

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

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

background-color css

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

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

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

border-color css

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

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

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