Html Css Color HEX #DF2C28 Persian Red

📋 copy color: '#DF2C28'

red 223 ◦ green 44 ◦ blue 40

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

Shades of Persian Red #DF2C28

Tints of Persian Red #DF2C28

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.33%

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 72.64%
G = 14.33%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF2C28 (or 0xDF2C28) is known color: Persian Red. HEX triplet: DF, 2C and 28. RGB value is (223,44,40). Sum of RGB (Red+Green+Blue) = 223+44+40=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2C28 is #20D3D7. Grayscale: #616161. Windows color (decimal): -2151384 or 2632927. OLE color: 2632927.

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

Color convert

RGB 223 44 40 -
CMYK 0 0.80 0.82 0.13
HSL 1.31º 0.74% 0.52% -
HSV(B) 1.31º 0.82% 0.87% -
XYZ 31.72 17.64 3.74 -
YUV 97.07 95.8 217.83 -
System Red Green Blue C M Y K H S L
Decimal 223 44 40 0 0.80 0.82 0.13 1.31 0.74 0.52
Hex DF 2C 28 0 50 52 D 1 4A 34
Octal 337 54 50 0 120 122 15 1 112 64
Binary 11011111 101100 101000 0 1010000 1010010 1101 1 1001010 110100

Color Harmonies of #DF2C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C28

Black with #DF2C28

Text Example


Text Example

White with #DF2C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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