Html Css Color HEX #DE2827 Persian Red

📋 copy color: '#DE2827'

red 222 ◦ green 40 ◦ blue 39

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

Shades of Persian Red #DE2827

Tints of Persian Red #DE2827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

 BLUE value IS 39 (15.63% from 255) = 12.96%

R = 73.75%
G = 13.29%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE2827 (or 0xDE2827) is known color: Persian Red. HEX triplet: DE, 28 and 27. RGB value is (222,40,39). Sum of RGB (Red+Green+Blue) = 222+40+39=301 (39% of max value = 765). Red value is 222 (87.11% from 255 or 73.75% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2827 is #21D7D8. Grayscale: #5E5E5E. Windows color (decimal): -2217945 or 2566366. OLE color: 2566366.

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

Color convert

RGB 222 40 39 -
CMYK 0 0.82 0.82 0.13
HSL 0.33º 0.73% 0.51% -
HSV(B) 0.33º 0.82% 0.87% -
XYZ 31.25 17.19 3.59 -
YUV 94.3 96.8 219.08 -
System Red Green Blue C M Y K H S L
Decimal 222 40 39 0 0.82 0.82 0.13 0.33 0.73 0.51
Hex DE 28 27 0 52 52 D 0 49 33
Octal 336 50 47 0 122 122 15 0 111 63
Binary 11011110 101000 100111 0 1010010 1010010 1101 0 1001001 110011

Color Harmonies of #DE2827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2827

Black with #DE2827

Text Example


Text Example

White with #DE2827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2827; }

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

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

background-color css

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

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

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

border-color css

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

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

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