Html Css Color HEX #DE312D Persian Red

📋 copy color: '#DE312D'

red 222 ◦ green 49 ◦ blue 45

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

Shades of Persian Red #DE312D

Tints of Persian Red #DE312D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

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

R = 70.25%
G = 15.51%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE312D (or 0xDE312D) is known color: Persian Red. HEX triplet: DE, 31 and 2D. RGB value is (222,49,45). Sum of RGB (Red+Green+Blue) = 222+49+45=316 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.25% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 222 - color contains mainly: red. Hex color #DE312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE312D is #21CED2. Grayscale: #646464. Windows color (decimal): -2215635 or 2961886. OLE color: 2961886.

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

Color convert

RGB 222 49 45 -
CMYK 0 0.78 0.80 0.13
HSL 1.36º 0.73% 0.52% -
HSV(B) 1.36º 0.8% 0.87% -
XYZ 31.7 17.92 4.27 -
YUV 100.27 96.81 214.83 -
System Red Green Blue C M Y K H S L
Decimal 222 49 45 0 0.78 0.80 0.13 1.36 0.73 0.52
Hex DE 31 2D 0 4E 50 D 1 49 34
Octal 336 61 55 0 116 120 15 1 111 64
Binary 11011110 110001 101101 0 1001110 1010000 1101 1 1001001 110100

Color Harmonies of #DE312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE312D

Black with #DE312D

Text Example


Text Example

White with #DE312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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