Html Css Color HEX #DE2D23 Persian Red

📋 copy color: '#DE2D23'

red 222 ◦ green 45 ◦ blue 35

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

Shades of Persian Red #DE2D23

Tints of Persian Red #DE2D23

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.9%

 BLUE value IS 35 (14.06% from 255) = 11.59%

R = 73.51%
G = 14.9%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DE2D23 (or 0xDE2D23) is known color: Persian Red. HEX triplet: DE, 2D and 23. RGB value is (222,45,35). Sum of RGB (Red+Green+Blue) = 222+45+35=302 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.51% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2D23 is #21D2DC. Grayscale: #606060. Windows color (decimal): -2216669 or 2305502. OLE color: 2305502.

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

Color convert

RGB 222 45 35 -
CMYK 0 0.80 0.84 0.13
HSL 3.21º 0.74% 0.5% -
HSV(B) 3.21º 0.84% 0.87% -
XYZ 31.37 17.53 3.32 -
YUV 96.78 93.14 217.31 -
System Red Green Blue C M Y K H S L
Decimal 222 45 35 0 0.80 0.84 0.13 3.21 0.74 0.5
Hex DE 2D 23 0 50 54 D 3 4A 32
Octal 336 55 43 0 120 124 15 3 112 62
Binary 11011110 101101 100011 0 1010000 1010100 1101 11 1001010 110010

Color Harmonies of #DE2D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D23

Black with #DE2D23

Text Example


Text Example

White with #DE2D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D23; }

 p { color: rgb(222,45,35); }

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

background-color css

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

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

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

border-color css

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

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

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