Html Css Color HEX #D52E22 Persian Red

📋 copy color: '#D52E22'

red 213 ◦ green 46 ◦ blue 34

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

Shades of Persian Red #D52E22

Tints of Persian Red #D52E22

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.7%

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

R = 72.7%
G = 15.7%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D52E22 (or 0xD52E22) is known color: Persian Red. HEX triplet: D5, 2E and 22. RGB value is (213,46,34). Sum of RGB (Red+Green+Blue) = 213+46+34=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E22 is #2AD1DD. Grayscale: #5E5E5E. Windows color (decimal): -2806238 or 2240213. OLE color: 2240213.

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

Color convert

RGB 213 46 34 -
CMYK 0 0.78 0.84 0.16
HSL 4.02º 0.72% 0.48% -
HSV(B) 4.02º 0.84% 0.84% -
XYZ 28.71 16.22 3.13 -
YUV 94.57 93.83 212.48 -
System Red Green Blue C M Y K H S L
Decimal 213 46 34 0 0.78 0.84 0.16 4.02 0.72 0.48
Hex D5 2E 22 0 4E 54 10 4 48 30
Octal 325 56 42 0 116 124 20 4 110 60
Binary 11010101 101110 100010 0 1001110 1010100 10000 100 1001000 110000

Color Harmonies of #D52E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E22

Black with #D52E22

Text Example


Text Example

White with #D52E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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