Html Css Color HEX #DE2C29 Persian Red

📋 copy color: '#DE2C29'

red 222 ◦ green 44 ◦ blue 41

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

Shades of Persian Red #DE2C29

Tints of Persian Red #DE2C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.36%

R = 72.31%
G = 14.33%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE2C29 (or 0xDE2C29) is known color: Persian Red. HEX triplet: DE, 2C and 29. RGB value is (222,44,41). Sum of RGB (Red+Green+Blue) = 222+44+41=307 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.31% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2C29 is #21D3D6. Grayscale: #616161. Windows color (decimal): -2216919 or 2698462. OLE color: 2698462.

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

Color convert

RGB 222 44 41 -
CMYK 0 0.80 0.82 0.13
HSL 0.99º 0.73% 0.52% -
HSV(B) 0.99º 0.82% 0.87% -
XYZ 31.43 17.49 3.82 -
YUV 96.88 96.47 217.24 -
System Red Green Blue C M Y K H S L
Decimal 222 44 41 0 0.80 0.82 0.13 0.99 0.73 0.52
Hex DE 2C 29 0 50 52 D 1 49 34
Octal 336 54 51 0 120 122 15 1 111 64
Binary 11011110 101100 101001 0 1010000 1010010 1101 1 1001001 110100

Color Harmonies of #DE2C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2C29

Black with #DE2C29

Text Example


Text Example

White with #DE2C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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