Html Css Color HEX #DE2D28 Persian Red

📋 copy color: '#DE2D28'

red 222 ◦ green 45 ◦ blue 40

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

Shades of Persian Red #DE2D28

Tints of Persian Red #DE2D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 72.31%
G = 14.66%
B = 13.03%

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

#DE2D28 (or 0xDE2D28) is known color: Persian Red. HEX triplet: DE, 2D and 28. RGB value is (222,45,40). Sum of RGB (Red+Green+Blue) = 222+45+40=307 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.31% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2D28 is #21D2D7. Grayscale: #616161. Windows color (decimal): -2216664 or 2633182. OLE color: 2633182.

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

Color convert

RGB 222 45 40 -
CMYK 0 0.80 0.82 0.13
HSL 1.65º 0.73% 0.51% -
HSV(B) 1.65º 0.82% 0.87% -
XYZ 31.45 17.56 3.74 -
YUV 97.35 95.64 216.91 -
System Red Green Blue C M Y K H S L
Decimal 222 45 40 0 0.80 0.82 0.13 1.65 0.73 0.51
Hex DE 2D 28 0 50 52 D 2 49 33
Octal 336 55 50 0 120 122 15 2 111 63
Binary 11011110 101101 101000 0 1010000 1010010 1101 10 1001001 110011

Color Harmonies of #DE2D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D28

Black with #DE2D28

Text Example


Text Example

White with #DE2D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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