Html Css Color HEX #DF4421 Cinnabar

📋 copy color: '#DF4421'

red 223 ◦ green 68 ◦ blue 33

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

Shades of Cinnabar #DF4421

Tints of Cinnabar #DF4421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.99%

 BLUE value IS 33 (13.28% from 255) = 10.19%

R = 68.83%
G = 20.99%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF4421 (or 0xDF4421) is known color: Cinnabar. HEX triplet: DF, 44 and 21. RGB value is (223,68,33). Sum of RGB (Red+Green+Blue) = 223+68+33=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4421 is #20BBDE. Grayscale: #6E6E6E. Windows color (decimal): -2145247 or 2180319. OLE color: 2180319.

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

Color convert

RGB 223 68 33 -
CMYK 0 0.70 0.85 0.13
HSL 11.05º 0.75% 0.5% -
HSV(B) 11.05º 0.85% 0.87% -
XYZ 32.77 19.93 3.56 -
YUV 110.36 84.35 208.35 -
System Red Green Blue C M Y K H S L
Decimal 223 68 33 0 0.70 0.85 0.13 11.05 0.75 0.5
Hex DF 44 21 0 46 55 D B 4B 32
Octal 337 104 41 0 106 125 15 13 113 62
Binary 11011111 1000100 100001 0 1000110 1010101 1101 1011 1001011 110010

Color Harmonies of #DF4421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4421

Black with #DF4421

Text Example


Text Example

White with #DF4421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4421; }

 p { color: rgb(223,68,33); }

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

background-color css

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

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

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

border-color css

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

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

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