Html Css Color HEX #DF2F2F Persian Red

📋 copy color: '#DF2F2F'

red 223 ◦ green 47 ◦ blue 47

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

Shades of Persian Red #DF2F2F

Tints of Persian Red #DF2F2F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.83%

 BLUE value IS 47 (18.75% from 255) = 14.83%

R = 70.35%
G = 14.83%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF2F2F (or 0xDF2F2F) is known color: Persian Red. HEX triplet: DF, 2F and 2F. RGB value is (223,47,47). Sum of RGB (Red+Green+Blue) = 223+47+47=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2F2F is #20D0D0. Grayscale: #636363. Windows color (decimal): -2150609 or 3092447. OLE color: 3092447.

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

Color convert

RGB 223 47 47 -
CMYK 0 0.79 0.79 0.13
HSL 0.73% 0.53% -
HSV(B) 0.79% 0.87% -
XYZ 31.96 17.93 4.46 -
YUV 99.62 98.31 216 -
System Red Green Blue C M Y K H S L
Decimal 223 47 47 0 0.79 0.79 0.13 0 0.73 0.53
Hex DF 2F 2F 0 4F 4F D 0 49 35
Octal 337 57 57 0 117 117 15 0 111 65
Binary 11011111 101111 101111 0 1001111 1001111 1101 0 1001001 110101

Color Harmonies of #DF2F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2F2F

Black with #DF2F2F

Text Example


Text Example

White with #DF2F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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