Html Css Color HEX #DF3030 Persian Red

📋 copy color: '#DF3030'

red 223 ◦ green 48 ◦ blue 48

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

Shades of Persian Red #DF3030

Tints of Persian Red #DF3030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.05%

R = 69.91%
G = 15.05%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF3030 (or 0xDF3030) is known color: Persian Red. HEX triplet: DF, 30 and 30. RGB value is (223,48,48). Sum of RGB (Red+Green+Blue) = 223+48+48=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3030 is #20CFCF. Grayscale: #646464. Windows color (decimal): -2150352 or 3158239. OLE color: 3158239.

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

Color convert

RGB 223 48 48 -
CMYK 0 0.78 0.78 0.13
HSL 0.73% 0.53% -
HSV(B) 0.78% 0.87% -
XYZ 32.02 18.02 4.59 -
YUV 100.33 98.48 215.5 -
System Red Green Blue C M Y K H S L
Decimal 223 48 48 0 0.78 0.78 0.13 0 0.73 0.53
Hex DF 30 30 0 4E 4E D 0 49 35
Octal 337 60 60 0 116 116 15 0 111 65
Binary 11011111 110000 110000 0 1001110 1001110 1101 0 1001001 110101

Color Harmonies of #DF3030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3030

Black with #DF3030

Text Example


Text Example

White with #DF3030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3030; }

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

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

background-color css

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

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

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

border-color css

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

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

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