Html Css Color HEX #DE2121 Persian Red

📋 copy color: '#DE2121'

red 222 ◦ green 33 ◦ blue 33

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

Shades of Persian Red #DE2121

Tints of Persian Red #DE2121

RGB

 RED value IS 222 (87.11% from 255) = 77.08%

 GREEN value IS 33 (13.28% from 255) = 11.46%

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

R = 77.08%
G = 11.46%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE2121 (or 0xDE2121) is known color: Persian Red. HEX triplet: DE, 21 and 21. RGB value is (222,33,33). Sum of RGB (Red+Green+Blue) = 222+33+33=288 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.08% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2121 is #21DEDE. Grayscale: #595959. Windows color (decimal): -2219743 or 2171358. OLE color: 2171358.

HSL color Cylindrical-coordinate representation of color #DE2121: hue angle of 0º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE2121 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 33 33 -
CMYK 0 0.85 0.85 0.13
HSL 0.74% 0.5% -
HSV(B) 0.85% 0.87% -
XYZ 30.94 16.73 3.04 -
YUV 89.51 96.12 222.5 -
System Red Green Blue C M Y K H S L
Decimal 222 33 33 0 0.85 0.85 0.13 0 0.74 0.5
Hex DE 21 21 0 55 55 D 0 4A 32
Octal 336 41 41 0 125 125 15 0 112 62
Binary 11011110 100001 100001 0 1010101 1010101 1101 0 1001010 110010

Color Harmonies of #DE2121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2121

Black with #DE2121

Text Example


Text Example

White with #DE2121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2121; }

 p { color: rgb(222,33,33); }

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

background-color css

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

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

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

border-color css

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

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

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