Html Css Color HEX #DE2323 Persian Red

📋 copy color: '#DE2323'

red 222 ◦ green 35 ◦ blue 35

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

Shades of Persian Red #DE2323

Tints of Persian Red #DE2323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.99%

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

R = 76.03%
G = 11.99%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DE2323 (or 0xDE2323) is known color: Persian Red. HEX triplet: DE, 23 and 23. RGB value is (222,35,35). Sum of RGB (Red+Green+Blue) = 222+35+35=292 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.03% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2323 is #21DCDC. Grayscale: #5B5B5B. Windows color (decimal): -2219229 or 2302942. OLE color: 2302942.

HSL color Cylindrical-coordinate representation of color #DE2323: 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.84%. Process color model (Four color, CMYK) of #DE2323 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 35 35 -
CMYK 0 0.84 0.84 0.13
HSL 0.74% 0.5% -
HSV(B) 0.84% 0.87% -
XYZ 31.03 16.85 3.21 -
YUV 90.91 96.45 221.5 -
System Red Green Blue C M Y K H S L
Decimal 222 35 35 0 0.84 0.84 0.13 0 0.74 0.5
Hex DE 23 23 0 54 54 D 0 4A 32
Octal 336 43 43 0 124 124 15 0 112 62
Binary 11011110 100011 100011 0 1010100 1010100 1101 0 1001010 110010

Color Harmonies of #DE2323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2323

Black with #DE2323

Text Example


Text Example

White with #DE2323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2323; }

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

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

background-color css

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

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

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

border-color css

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

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

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