Html Css Color HEX #DF2B27 Persian Red

📋 copy color: '#DF2B27'

red 223 ◦ green 43 ◦ blue 39

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

Shades of Persian Red #DF2B27

Tints of Persian Red #DF2B27

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.1%

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

R = 73.11%
G = 14.1%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF2B27 (or 0xDF2B27) is known color: Persian Red. HEX triplet: DF, 2B and 27. RGB value is (223,43,39). Sum of RGB (Red+Green+Blue) = 223+43+39=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2B27 is #20D4D8. Grayscale: #606060. Windows color (decimal): -2151641 or 2567135. OLE color: 2567135.

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

Color convert

RGB 223 43 39 -
CMYK 0 0.81 0.83 0.13
HSL 1.3º 0.74% 0.51% -
HSV(B) 1.3º 0.83% 0.87% -
XYZ 31.66 17.56 3.64 -
YUV 96.36 95.63 218.33 -
System Red Green Blue C M Y K H S L
Decimal 223 43 39 0 0.81 0.83 0.13 1.3 0.74 0.51
Hex DF 2B 27 0 51 53 D 1 4A 33
Octal 337 53 47 0 121 123 15 1 112 63
Binary 11011111 101011 100111 0 1010001 1010011 1101 1 1001010 110011

Color Harmonies of #DF2B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2B27

Black with #DF2B27

Text Example


Text Example

White with #DF2B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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