Html Css Color HEX #DF2C2C Persian Red

📋 copy color: '#DF2C2C'

red 223 ◦ green 44 ◦ blue 44

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

Shades of Persian Red #DF2C2C

Tints of Persian Red #DF2C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.15%

R = 71.7%
G = 14.15%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF2C2C (or 0xDF2C2C) is known color: Persian Red. HEX triplet: DF, 2C and 2C. RGB value is (223,44,44). Sum of RGB (Red+Green+Blue) = 223+44+44=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2C2C is #20D3D3. Grayscale: #616161. Windows color (decimal): -2151380 or 2895071. OLE color: 2895071.

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

Color convert

RGB 223 44 44 -
CMYK 0 0.80 0.80 0.13
HSL 0.74% 0.52% -
HSV(B) 0.8% 0.87% -
XYZ 31.79 17.67 4.12 -
YUV 97.52 97.8 217.5 -
System Red Green Blue C M Y K H S L
Decimal 223 44 44 0 0.80 0.80 0.13 0 0.74 0.52
Hex DF 2C 2C 0 50 50 D 0 4A 34
Octal 337 54 54 0 120 120 15 0 112 64
Binary 11011111 101100 101100 0 1010000 1010000 1101 0 1001010 110100

Color Harmonies of #DF2C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C2C

Black with #DF2C2C

Text Example


Text Example

White with #DF2C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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