Html Css Color HEX #DF2E2E Persian Red

📋 copy color: '#DF2E2E'

red 223 ◦ green 46 ◦ blue 46

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

Shades of Persian Red #DF2E2E

Tints of Persian Red #DF2E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.6%

R = 70.79%
G = 14.6%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF2E2E (or 0xDF2E2E) is known color: Persian Red. HEX triplet: DF, 2E and 2E. RGB value is (223,46,46). Sum of RGB (Red+Green+Blue) = 223+46+46=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2E2E is #20D1D1. Grayscale: #636363. Windows color (decimal): -2150866 or 3026655. OLE color: 3026655.

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

Color convert

RGB 223 46 46 -
CMYK 0 0.79 0.79 0.13
HSL 0.73% 0.53% -
HSV(B) 0.79% 0.87% -
XYZ 31.9 17.84 4.35 -
YUV 98.92 98.14 216.5 -
System Red Green Blue C M Y K H S L
Decimal 223 46 46 0 0.79 0.79 0.13 0 0.73 0.53
Hex DF 2E 2E 0 4F 4F D 0 49 35
Octal 337 56 56 0 117 117 15 0 111 65
Binary 11011111 101110 101110 0 1001111 1001111 1101 0 1001001 110101

Color Harmonies of #DF2E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2E2E

Black with #DF2E2E

Text Example


Text Example

White with #DF2E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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