Html Css Color HEX #DE2423 Persian Red

📋 copy color: '#DE2423'

red 222 ◦ green 36 ◦ blue 35

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

Shades of Persian Red #DE2423

Tints of Persian Red #DE2423

RGB

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

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

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

R = 75.77%
G = 12.29%
B = 11.95%

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

#DE2423 (or 0xDE2423) is known color: Persian Red. HEX triplet: DE, 24 and 23. RGB value is (222,36,35). Sum of RGB (Red+Green+Blue) = 222+36+35=293 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.77% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2423 is #21DBDC. Grayscale: #5B5B5B. Windows color (decimal): -2218973 or 2303198. OLE color: 2303198.

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

Color convert

RGB 222 36 35 -
CMYK 0 0.84 0.84 0.13
HSL 0.32º 0.74% 0.5% -
HSV(B) 0.32º 0.84% 0.87% -
XYZ 31.06 16.91 3.22 -
YUV 91.5 96.12 221.08 -
System Red Green Blue C M Y K H S L
Decimal 222 36 35 0 0.84 0.84 0.13 0.32 0.74 0.5
Hex DE 24 23 0 54 54 D 0 4A 32
Octal 336 44 43 0 124 124 15 0 112 62
Binary 11011110 100100 100011 0 1010100 1010100 1101 0 1001010 110010

Color Harmonies of #DE2423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2423

Black with #DE2423

Text Example


Text Example

White with #DE2423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2423; }

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

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

background-color css

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

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

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

border-color css

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

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

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