Html Css Color HEX #D52222 Persian Red

📋 copy color: '#D52222'

red 213 ◦ green 34 ◦ blue 34

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

Shades of Persian Red #D52222

Tints of Persian Red #D52222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.1%

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

R = 75.8%
G = 12.1%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D52222 (or 0xD52222) is known color: Persian Red. HEX triplet: D5, 22 and 22. RGB value is (213,34,34). Sum of RGB (Red+Green+Blue) = 213+34+34=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D52222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52222 is #2ADDDD. Grayscale: #575757. Windows color (decimal): -2809310 or 2237141. OLE color: 2237141.

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

Color convert

RGB 213 34 34 -
CMYK 0 0.84 0.84 0.16
HSL 0.72% 0.48% -
HSV(B) 0.84% 0.84% -
XYZ 28.3 15.41 3 -
YUV 87.52 97.8 217.5 -
System Red Green Blue C M Y K H S L
Decimal 213 34 34 0 0.84 0.84 0.16 0 0.72 0.48
Hex D5 22 22 0 54 54 10 0 48 30
Octal 325 42 42 0 124 124 20 0 110 60
Binary 11010101 100010 100010 0 1010100 1010100 10000 0 1001000 110000

Color Harmonies of #D52222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52222

Black with #D52222

Text Example


Text Example

White with #D52222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52222; }

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

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

background-color css

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

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

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

border-color css

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

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

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