Html Css Color HEX #DF2B29 Persian Red

📋 copy color: '#DF2B29'

red 223 ◦ green 43 ◦ blue 41

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

Shades of Persian Red #DF2B29

Tints of Persian Red #DF2B29

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.01%

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

R = 72.64%
G = 14.01%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF2B29 (or 0xDF2B29) is known color: Persian Red. HEX triplet: DF, 2B and 29. RGB value is (223,43,41). Sum of RGB (Red+Green+Blue) = 223+43+41=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2B29 is #20D4D6. Grayscale: #606060. Windows color (decimal): -2151639 or 2698207. OLE color: 2698207.

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

Color convert

RGB 223 43 41 -
CMYK 0 0.81 0.82 0.13
HSL 0.66º 0.74% 0.52% -
HSV(B) 0.66º 0.82% 0.87% -
XYZ 31.7 17.58 3.82 -
YUV 96.59 96.63 218.16 -
System Red Green Blue C M Y K H S L
Decimal 223 43 41 0 0.81 0.82 0.13 0.66 0.74 0.52
Hex DF 2B 29 0 51 52 D 1 4A 34
Octal 337 53 51 0 121 122 15 1 112 64
Binary 11011111 101011 101001 0 1010001 1010010 1101 1 1001010 110100

Color Harmonies of #DF2B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2B29

Black with #DF2B29

Text Example


Text Example

White with #DF2B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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