Html Css Color HEX #D52421 Persian Red

📋 copy color: '#D52421'

red 213 ◦ green 36 ◦ blue 33

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

Shades of Persian Red #D52421

Tints of Persian Red #D52421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.77%

 BLUE value IS 33 (13.28% from 255) = 11.7%

R = 75.53%
G = 12.77%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D52421 (or 0xD52421) is known color: Persian Red. HEX triplet: D5, 24 and 21. RGB value is (213,36,33). Sum of RGB (Red+Green+Blue) = 213+36+33=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D52421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52421 is #2ADBDE. Grayscale: #585858. Windows color (decimal): -2808799 or 2172117. OLE color: 2172117.

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

Color convert

RGB 213 36 33 -
CMYK 0 0.83 0.85 0.16
HSL 0.73% 0.48% -
HSV(B) 0.85% 0.84% -
XYZ 28.35 15.52 2.94 -
YUV 88.58 96.64 216.74 -
System Red Green Blue C M Y K H S L
Decimal 213 36 33 0 0.83 0.85 0.16 1 0.73 0.48
Hex D5 24 21 0 53 55 10 1 49 30
Octal 325 44 41 0 123 125 20 1 111 60
Binary 11010101 100100 100001 0 1010011 1010101 10000 1 1001001 110000

Color Harmonies of #D52421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52421

Black with #D52421

Text Example


Text Example

White with #D52421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52421; }

 p { color: rgb(213,36,33); }

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

background-color css

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

 a { background-color: rgb(213,36,33); }

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

border-color css

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

 span { border-color: rgb(213,36,33); }

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