Html Css Color HEX #DF2C29 Persian Red

📋 copy color: '#DF2C29'

red 223 ◦ green 44 ◦ blue 41

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

Shades of Persian Red #DF2C29

Tints of Persian Red #DF2C29

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.29%

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

R = 72.4%
G = 14.29%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF2C29 (or 0xDF2C29) is known color: Persian Red. HEX triplet: DF, 2C and 29. RGB value is (223,44,41). Sum of RGB (Red+Green+Blue) = 223+44+41=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2C29 is #20D3D6. Grayscale: #616161. Windows color (decimal): -2151383 or 2698463. OLE color: 2698463.

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

Color convert

RGB 223 44 41 -
CMYK 0 0.80 0.82 0.13
HSL 0.99º 0.74% 0.52% -
HSV(B) 0.99º 0.82% 0.87% -
XYZ 31.73 17.65 3.83 -
YUV 97.18 96.3 217.74 -
System Red Green Blue C M Y K H S L
Decimal 223 44 41 0 0.80 0.82 0.13 0.99 0.74 0.52
Hex DF 2C 29 0 50 52 D 1 4A 34
Octal 337 54 51 0 120 122 15 1 112 64
Binary 11011111 101100 101001 0 1010000 1010010 1101 1 1001010 110100

Color Harmonies of #DF2C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C29

Black with #DF2C29

Text Example


Text Example

White with #DF2C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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