Html Css Color HEX #DF2E2C Persian Red

📋 copy color: '#DF2E2C'

red 223 ◦ green 46 ◦ blue 44

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

Shades of Persian Red #DF2E2C

Tints of Persian Red #DF2E2C

RGB

 RED value IS 223 (87.5% from 255) = 71.25%

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

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

R = 71.25%
G = 14.7%
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

#DF2E2C (or 0xDF2E2C) is known color: Persian Red. HEX triplet: DF, 2E and 2C. RGB value is (223,46,44). Sum of RGB (Red+Green+Blue) = 223+46+44=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2E2C is #20D1D3. Grayscale: #626262. Windows color (decimal): -2150868 or 2895583. OLE color: 2895583.

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

Color convert

RGB 223 46 44 -
CMYK 0 0.79 0.80 0.13
HSL 0.67º 0.74% 0.52% -
HSV(B) 0.67º 0.8% 0.87% -
XYZ 31.86 17.82 4.14 -
YUV 98.7 97.14 216.66 -
System Red Green Blue C M Y K H S L
Decimal 223 46 44 0 0.79 0.80 0.13 0.67 0.74 0.52
Hex DF 2E 2C 0 4F 50 D 1 4A 34
Octal 337 56 54 0 117 120 15 1 112 64
Binary 11011111 101110 101100 0 1001111 1010000 1101 1 1001010 110100

Color Harmonies of #DF2E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2E2C

Black with #DF2E2C

Text Example


Text Example

White with #DF2E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2E2C; }

 p { color: rgb(223,46,44); }

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

background-color css

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

 a { background-color: rgb(223,46,44); }

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

border-color css

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

 span { border-color: rgb(223,46,44); }

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