Html Css Color HEX #DF2F26 Persian Red

📋 copy color: '#DF2F26'

red 223 ◦ green 47 ◦ blue 38

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

Shades of Persian Red #DF2F26

Tints of Persian Red #DF2F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.34%

R = 72.4%
G = 15.26%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF2F26 (or 0xDF2F26) is known color: Persian Red. HEX triplet: DF, 2F and 26. RGB value is (223,47,38). Sum of RGB (Red+Green+Blue) = 223+47+38=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2F26 is #20D0D9. Grayscale: #626262. Windows color (decimal): -2150618 or 2502623. OLE color: 2502623.

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

Color convert

RGB 223 47 38 -
CMYK 0 0.79 0.83 0.13
HSL 2.92º 0.74% 0.51% -
HSV(B) 2.92º 0.83% 0.87% -
XYZ 31.8 17.86 3.61 -
YUV 98.6 93.81 216.73 -
System Red Green Blue C M Y K H S L
Decimal 223 47 38 0 0.79 0.83 0.13 2.92 0.74 0.51
Hex DF 2F 26 0 4F 53 D 3 4A 33
Octal 337 57 46 0 117 123 15 3 112 63
Binary 11011111 101111 100110 0 1001111 1010011 1101 11 1001010 110011

Color Harmonies of #DF2F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2F26

Black with #DF2F26

Text Example


Text Example

White with #DF2F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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