Html Css Color HEX #DF2B26 Persian Red

📋 copy color: '#DF2B26'

red 223 ◦ green 43 ◦ blue 38

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

Shades of Persian Red #DF2B26

Tints of Persian Red #DF2B26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.5%

R = 73.36%
G = 14.14%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF2B26 (or 0xDF2B26) is known color: Persian Red. HEX triplet: DF, 2B and 26. RGB value is (223,43,38). Sum of RGB (Red+Green+Blue) = 223+43+38=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2B26 is #20D4D9. Grayscale: #606060. Windows color (decimal): -2151642 or 2501599. OLE color: 2501599.

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

Color convert

RGB 223 43 38 -
CMYK 0 0.81 0.83 0.13
HSL 1.62º 0.74% 0.51% -
HSV(B) 1.62º 0.83% 0.87% -
XYZ 31.65 17.56 3.55 -
YUV 96.25 95.13 218.41 -
System Red Green Blue C M Y K H S L
Decimal 223 43 38 0 0.81 0.83 0.13 1.62 0.74 0.51
Hex DF 2B 26 0 51 53 D 2 4A 33
Octal 337 53 46 0 121 123 15 2 112 63
Binary 11011111 101011 100110 0 1010001 1010011 1101 10 1001010 110011

Color Harmonies of #DF2B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2B26

Black with #DF2B26

Text Example


Text Example

White with #DF2B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2B26; }

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

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

background-color css

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

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

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

border-color css

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

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

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