Html Css Color HEX #DF2A26 Persian Red

📋 copy color: '#DF2A26'

red 223 ◦ green 42 ◦ blue 38

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

Shades of Persian Red #DF2A26

Tints of Persian Red #DF2A26

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.86%

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

R = 73.6%
G = 13.86%
B = 12.54%

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

#DF2A26 (or 0xDF2A26) is known color: Persian Red. HEX triplet: DF, 2A and 26. RGB value is (223,42,38). Sum of RGB (Red+Green+Blue) = 223+42+38=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2A26 is #20D5D9. Grayscale: #5F5F5F. Windows color (decimal): -2151898 or 2501343. OLE color: 2501343.

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

Color convert

RGB 223 42 38 -
CMYK 0 0.81 0.83 0.13
HSL 1.3º 0.74% 0.51% -
HSV(B) 1.3º 0.83% 0.87% -
XYZ 31.61 17.48 3.54 -
YUV 95.66 95.47 218.83 -
System Red Green Blue C M Y K H S L
Decimal 223 42 38 0 0.81 0.83 0.13 1.3 0.74 0.51
Hex DF 2A 26 0 51 53 D 1 4A 33
Octal 337 52 46 0 121 123 15 1 112 63
Binary 11011111 101010 100110 0 1010001 1010011 1101 1 1001010 110011

Color Harmonies of #DF2A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2A26

Black with #DF2A26

Text Example


Text Example

White with #DF2A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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