Html Css Color HEX #DF2C2A Persian Red

📋 copy color: '#DF2C2A'

red 223 ◦ green 44 ◦ blue 42

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

Shades of Persian Red #DF2C2A

Tints of Persian Red #DF2C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.59%

R = 72.17%
G = 14.24%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF2C2A (or 0xDF2C2A) is known color: Persian Red. HEX triplet: DF, 2C and 2A. RGB value is (223,44,42). Sum of RGB (Red+Green+Blue) = 223+44+42=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2C2A is #20D3D5. Grayscale: #616161. Windows color (decimal): -2151382 or 2763999. OLE color: 2763999.

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

Color convert

RGB 223 44 42 -
CMYK 0 0.80 0.81 0.13
HSL 0.66º 0.74% 0.52% -
HSV(B) 0.66º 0.81% 0.87% -
XYZ 31.75 17.66 3.93 -
YUV 97.29 96.8 217.66 -
System Red Green Blue C M Y K H S L
Decimal 223 44 42 0 0.80 0.81 0.13 0.66 0.74 0.52
Hex DF 2C 2A 0 50 51 D 1 4A 34
Octal 337 54 52 0 120 121 15 1 112 64
Binary 11011111 101100 101010 0 1010000 1010001 1101 1 1001010 110100

Color Harmonies of #DF2C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C2A

Black with #DF2C2A

Text Example


Text Example

White with #DF2C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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