Html Css Color HEX #DF2727 Persian Red

📋 copy color: '#DF2727'

red 223 ◦ green 39 ◦ blue 39

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

Shades of Persian Red #DF2727

Tints of Persian Red #DF2727

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.96%

 BLUE value IS 39 (15.63% from 255) = 12.96%

R = 74.09%
G = 12.96%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF2727 (or 0xDF2727) is known color: Persian Red. HEX triplet: DF, 27 and 27. RGB value is (223,39,39). Sum of RGB (Red+Green+Blue) = 223+39+39=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2727 is #20D8D8. Grayscale: #5E5E5E. Windows color (decimal): -2152665 or 2566111. OLE color: 2566111.

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

Color convert

RGB 223 39 39 -
CMYK 0 0.83 0.83 0.13
HSL 0.74% 0.51% -
HSV(B) 0.83% 0.87% -
XYZ 31.52 17.29 3.59 -
YUV 94.02 96.96 220 -
System Red Green Blue C M Y K H S L
Decimal 223 39 39 0 0.83 0.83 0.13 0 0.74 0.51
Hex DF 27 27 0 53 53 D 0 4A 33
Octal 337 47 47 0 123 123 15 0 112 63
Binary 11011111 100111 100111 0 1010011 1010011 1101 0 1001010 110011

Color Harmonies of #DF2727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2727

Black with #DF2727

Text Example


Text Example

White with #DF2727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2727; }

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

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

background-color css

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

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

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

border-color css

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

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

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