Html Css Color HEX #DE2E2D Persian Red

📋 copy color: '#DE2E2D'

red 222 ◦ green 46 ◦ blue 45

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

Shades of Persian Red #DE2E2D

Tints of Persian Red #DE2E2D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.7%

 BLUE value IS 45 (17.97% from 255) = 14.38%

R = 70.93%
G = 14.7%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE2E2D (or 0xDE2E2D) is known color: Persian Red. HEX triplet: DE, 2E and 2D. RGB value is (222,46,45). Sum of RGB (Red+Green+Blue) = 222+46+45=313 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.93% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2E2D is #21D1D2. Grayscale: #626262. Windows color (decimal): -2216403 or 2961118. OLE color: 2961118.

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

Color convert

RGB 222 46 45 -
CMYK 0 0.79 0.80 0.13
HSL 0.34º 0.73% 0.52% -
HSV(B) 0.34º 0.8% 0.87% -
XYZ 31.57 17.67 4.23 -
YUV 98.51 97.81 216.08 -
System Red Green Blue C M Y K H S L
Decimal 222 46 45 0 0.79 0.80 0.13 0.34 0.73 0.52
Hex DE 2E 2D 0 4F 50 D 0 49 34
Octal 336 56 55 0 117 120 15 0 111 64
Binary 11011110 101110 101101 0 1001111 1010000 1101 0 1001001 110100

Color Harmonies of #DE2E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2E2D

Black with #DE2E2D

Text Example


Text Example

White with #DE2E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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