Html Css Color HEX #DF2E29 Persian Red

📋 copy color: '#DF2E29'

red 223 ◦ green 46 ◦ blue 41

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

Shades of Persian Red #DF2E29

Tints of Persian Red #DF2E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.23%

R = 71.94%
G = 14.84%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF2E29 (or 0xDF2E29) is known color: Persian Red. HEX triplet: DF, 2E and 29. RGB value is (223,46,41). Sum of RGB (Red+Green+Blue) = 223+46+41=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2E29 is #20D1D6. Grayscale: #626262. Windows color (decimal): -2150871 or 2698975. OLE color: 2698975.

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

Color convert

RGB 223 46 41 -
CMYK 0 0.79 0.82 0.13
HSL 1.65º 0.74% 0.52% -
HSV(B) 1.65º 0.82% 0.87% -
XYZ 31.81 17.8 3.86 -
YUV 98.35 95.64 216.91 -
System Red Green Blue C M Y K H S L
Decimal 223 46 41 0 0.79 0.82 0.13 1.65 0.74 0.52
Hex DF 2E 29 0 4F 52 D 2 4A 34
Octal 337 56 51 0 117 122 15 2 112 64
Binary 11011111 101110 101001 0 1001111 1010010 1101 10 1001010 110100

Color Harmonies of #DF2E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2E29

Black with #DF2E29

Text Example


Text Example

White with #DF2E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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