Html Css Color HEX #DE2F2C Persian Red

📋 copy color: '#DE2F2C'

red 222 ◦ green 47 ◦ blue 44

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

Shades of Persian Red #DE2F2C

Tints of Persian Red #DE2F2C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.02%

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 70.93%
G = 15.02%
B = 14.06%

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

#DE2F2C (or 0xDE2F2C) is known color: Persian Red. HEX triplet: DE, 2F and 2C. RGB value is (222,47,44). Sum of RGB (Red+Green+Blue) = 222+47+44=313 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.93% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2F2C is #21D0D3. Grayscale: #636363. Windows color (decimal): -2216148 or 2895838. OLE color: 2895838.

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

Color convert

RGB 222 47 44 -
CMYK 0 0.79 0.80 0.13
HSL 1.01º 0.73% 0.52% -
HSV(B) 1.01º 0.8% 0.87% -
XYZ 31.6 17.74 4.14 -
YUV 98.98 96.98 215.74 -
System Red Green Blue C M Y K H S L
Decimal 222 47 44 0 0.79 0.80 0.13 1.01 0.73 0.52
Hex DE 2F 2C 0 4F 50 D 1 49 34
Octal 336 57 54 0 117 120 15 1 111 64
Binary 11011110 101111 101100 0 1001111 1010000 1101 1 1001001 110100

Color Harmonies of #DE2F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2F2C

Black with #DE2F2C

Text Example


Text Example

White with #DE2F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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