Html Css Color HEX #DF2826 Persian Red

📋 copy color: '#DF2826'

red 223 ◦ green 40 ◦ blue 38

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

Shades of Persian Red #DF2826

Tints of Persian Red #DF2826

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

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

R = 74.09%
G = 13.29%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF2826 (or 0xDF2826) is known color: Persian Red. HEX triplet: DF, 28 and 26. RGB value is (223,40,38). Sum of RGB (Red+Green+Blue) = 223+40+38=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2826 is #20D7D9. Grayscale: #5E5E5E. Windows color (decimal): -2152410 or 2500831. OLE color: 2500831.

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

Color convert

RGB 223 40 38 -
CMYK 0 0.82 0.83 0.13
HSL 0.65º 0.74% 0.51% -
HSV(B) 0.65º 0.83% 0.87% -
XYZ 31.54 17.35 3.52 -
YUV 94.49 96.13 219.66 -
System Red Green Blue C M Y K H S L
Decimal 223 40 38 0 0.82 0.83 0.13 0.65 0.74 0.51
Hex DF 28 26 0 52 53 D 1 4A 33
Octal 337 50 46 0 122 123 15 1 112 63
Binary 11011111 101000 100110 0 1010010 1010011 1101 1 1001010 110011

Color Harmonies of #DF2826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2826

Black with #DF2826

Text Example


Text Example

White with #DF2826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2826; }

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

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

background-color css

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

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

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

border-color css

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

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

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