Html Css Color HEX #DE2C23 Persian Red

📋 copy color: '#DE2C23'

red 222 ◦ green 44 ◦ blue 35

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

Shades of Persian Red #DE2C23

Tints of Persian Red #DE2C23

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.62%

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

R = 73.75%
G = 14.62%
B = 11.63%

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

#DE2C23 (or 0xDE2C23) is known color: Persian Red. HEX triplet: DE, 2C and 23. RGB value is (222,44,35). Sum of RGB (Red+Green+Blue) = 222+44+35=301 (39% of max value = 765). Red value is 222 (87.11% from 255 or 73.75% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2C23 is #21D3DC. Grayscale: #606060. Windows color (decimal): -2216925 or 2305246. OLE color: 2305246.

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

Color convert

RGB 222 44 35 -
CMYK 0 0.80 0.84 0.13
HSL 2.89º 0.74% 0.5% -
HSV(B) 2.89º 0.84% 0.87% -
XYZ 31.33 17.45 3.31 -
YUV 96.2 93.47 217.73 -
System Red Green Blue C M Y K H S L
Decimal 222 44 35 0 0.80 0.84 0.13 2.89 0.74 0.5
Hex DE 2C 23 0 50 54 D 3 4A 32
Octal 336 54 43 0 120 124 15 3 112 62
Binary 11011110 101100 100011 0 1010000 1010100 1101 11 1001010 110010

Color Harmonies of #DE2C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2C23

Black with #DE2C23

Text Example


Text Example

White with #DE2C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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