Html Css Color HEX #DF2D27 Persian Red

📋 copy color: '#DF2D27'

red 223 ◦ green 45 ◦ blue 39

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

Shades of Persian Red #DF2D27

Tints of Persian Red #DF2D27

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.66%

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

R = 72.64%
G = 14.66%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF2D27 (or 0xDF2D27) is known color: Persian Red. HEX triplet: DF, 2D and 27. RGB value is (223,45,39). Sum of RGB (Red+Green+Blue) = 223+45+39=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D27 is #20D2D8. Grayscale: #616161. Windows color (decimal): -2151129 or 2567647. OLE color: 2567647.

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

Color convert

RGB 223 45 39 -
CMYK 0 0.80 0.83 0.13
HSL 1.96º 0.74% 0.51% -
HSV(B) 1.96º 0.83% 0.87% -
XYZ 31.74 17.71 3.67 -
YUV 97.54 94.97 217.49 -
System Red Green Blue C M Y K H S L
Decimal 223 45 39 0 0.80 0.83 0.13 1.96 0.74 0.51
Hex DF 2D 27 0 50 53 D 2 4A 33
Octal 337 55 47 0 120 123 15 2 112 63
Binary 11011111 101101 100111 0 1010000 1010011 1101 10 1001010 110011

Color Harmonies of #DF2D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D27

Black with #DF2D27

Text Example


Text Example

White with #DF2D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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