Html Css Color HEX #DF4032 Cinnabar

📋 copy color: '#DF4032'

red 223 ◦ green 64 ◦ blue 50

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

Shades of Cinnabar #DF4032

Tints of Cinnabar #DF4032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.84%

R = 66.17%
G = 18.99%
B = 14.84%

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

#DF4032 (or 0xDF4032) is known color: Cinnabar. HEX triplet: DF, 40 and 32. RGB value is (223,64,50). Sum of RGB (Red+Green+Blue) = 223+64+50=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4032 is #20BFCD. Grayscale: #6E6E6E. Windows color (decimal): -2146254 or 3293407. OLE color: 3293407.

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

Color convert

RGB 223 64 50 -
CMYK 0 0.71 0.78 0.13
HSL 4.86º 0.73% 0.54% -
HSV(B) 4.86º 0.78% 0.87% -
XYZ 32.84 19.59 5.07 -
YUV 109.95 94.18 208.64 -
System Red Green Blue C M Y K H S L
Decimal 223 64 50 0 0.71 0.78 0.13 4.86 0.73 0.54
Hex DF 40 32 0 47 4E D 5 49 36
Octal 337 100 62 0 107 116 15 5 111 66
Binary 11011111 1000000 110010 0 1000111 1001110 1101 101 1001001 110110

Color Harmonies of #DF4032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4032

Black with #DF4032

Text Example


Text Example

White with #DF4032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4032; }

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

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

background-color css

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

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

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

border-color css

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

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

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