Html Css Color HEX #DF2F28 Persian Red

📋 copy color: '#DF2F28'

red 223 ◦ green 47 ◦ blue 40

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

Shades of Persian Red #DF2F28

Tints of Persian Red #DF2F28

RGB

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

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

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

R = 71.94%
G = 15.16%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF2F28 (or 0xDF2F28) is known color: Persian Red. HEX triplet: DF, 2F and 28. RGB value is (223,47,40). Sum of RGB (Red+Green+Blue) = 223+47+40=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2F28 is #20D0D7. Grayscale: #636363. Windows color (decimal): -2150616 or 2633695. OLE color: 2633695.

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

Color convert

RGB 223 47 40 -
CMYK 0 0.79 0.82 0.13
HSL 2.3º 0.74% 0.52% -
HSV(B) 2.3º 0.82% 0.87% -
XYZ 31.83 17.87 3.78 -
YUV 98.83 94.81 216.57 -
System Red Green Blue C M Y K H S L
Decimal 223 47 40 0 0.79 0.82 0.13 2.3 0.74 0.52
Hex DF 2F 28 0 4F 52 D 2 4A 34
Octal 337 57 50 0 117 122 15 2 112 64
Binary 11011111 101111 101000 0 1001111 1010010 1101 10 1001010 110100

Color Harmonies of #DF2F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2F28

Black with #DF2F28

Text Example


Text Example

White with #DF2F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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