Html Css Color HEX #DF4031 Cinnabar

📋 copy color: '#DF4031'

red 223 ◦ green 64 ◦ blue 49

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

Shades of Cinnabar #DF4031

Tints of Cinnabar #DF4031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.05%

 BLUE value IS 49 (19.53% from 255) = 14.58%

R = 66.37%
G = 19.05%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF4031 (or 0xDF4031) is known color: Cinnabar. HEX triplet: DF, 40 and 31. RGB value is (223,64,49). Sum of RGB (Red+Green+Blue) = 223+64+49=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4031 is #20BFCE. Grayscale: #6E6E6E. Windows color (decimal): -2146255 or 3227871. OLE color: 3227871.

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

Color convert

RGB 223 64 49 -
CMYK 0 0.71 0.78 0.13
HSL 5.17º 0.73% 0.53% -
HSV(B) 5.17º 0.78% 0.87% -
XYZ 32.82 19.58 4.95 -
YUV 109.83 93.68 208.72 -
System Red Green Blue C M Y K H S L
Decimal 223 64 49 0 0.71 0.78 0.13 5.17 0.73 0.53
Hex DF 40 31 0 47 4E D 5 49 35
Octal 337 100 61 0 107 116 15 5 111 65
Binary 11011111 1000000 110001 0 1000111 1001110 1101 101 1001001 110101

Color Harmonies of #DF4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4031

Black with #DF4031

Text Example


Text Example

White with #DF4031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4031; }

 p { color: rgb(223,64,49); }

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

background-color css

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

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

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

border-color css

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

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

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