Html Css Color HEX #DF302F Persian Red

📋 copy color: '#DF302F'

red 223 ◦ green 48 ◦ blue 47

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

Shades of Persian Red #DF302F

Tints of Persian Red #DF302F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.09%

 BLUE value IS 47 (18.75% from 255) = 14.78%

R = 70.13%
G = 15.09%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF302F (or 0xDF302F) is known color: Persian Red. HEX triplet: DF, 30 and 2F. RGB value is (223,48,47). Sum of RGB (Red+Green+Blue) = 223+48+47=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF302F is #20CFD0. Grayscale: #646464. Windows color (decimal): -2150353 or 3092703. OLE color: 3092703.

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

Color convert

RGB 223 48 47 -
CMYK 0 0.78 0.79 0.13
HSL 0.34º 0.73% 0.53% -
HSV(B) 0.34º 0.79% 0.87% -
XYZ 32 18.01 4.48 -
YUV 100.21 97.98 215.58 -
System Red Green Blue C M Y K H S L
Decimal 223 48 47 0 0.78 0.79 0.13 0.34 0.73 0.53
Hex DF 30 2F 0 4E 4F D 0 49 35
Octal 337 60 57 0 116 117 15 0 111 65
Binary 11011111 110000 101111 0 1001110 1001111 1101 0 1001001 110101

Color Harmonies of #DF302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF302F

Black with #DF302F

Text Example


Text Example

White with #DF302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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