Html Css Color HEX #DF2929 Persian Red

📋 copy color: '#DF2929'

red 223 ◦ green 41 ◦ blue 41

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

Shades of Persian Red #DF2929

Tints of Persian Red #DF2929

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

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

R = 73.11%
G = 13.44%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF2929 (or 0xDF2929) is known color: Persian Red. HEX triplet: DF, 29 and 29. RGB value is (223,41,41). Sum of RGB (Red+Green+Blue) = 223+41+41=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2929 is #20D6D6. Grayscale: #5F5F5F. Windows color (decimal): -2152151 or 2697695. OLE color: 2697695.

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

Color convert

RGB 223 41 41 -
CMYK 0 0.82 0.82 0.13
HSL 0.74% 0.52% -
HSV(B) 0.82% 0.87% -
XYZ 31.62 17.43 3.8 -
YUV 95.42 97.3 219 -
System Red Green Blue C M Y K H S L
Decimal 223 41 41 0 0.82 0.82 0.13 0 0.74 0.52
Hex DF 29 29 0 52 52 D 0 4A 34
Octal 337 51 51 0 122 122 15 0 112 64
Binary 11011111 101001 101001 0 1010010 1010010 1101 0 1001010 110100

Color Harmonies of #DF2929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2929

Black with #DF2929

Text Example


Text Example

White with #DF2929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2929; }

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

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

background-color css

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

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

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

border-color css

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

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

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