Html Css Color HEX #DF4221 Cinnabar

📋 copy color: '#DF4221'

red 223 ◦ green 66 ◦ blue 33

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

Shades of Cinnabar #DF4221

Tints of Cinnabar #DF4221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.5%

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

R = 69.25%
G = 20.5%
B = 10.25%

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

#DF4221 (or 0xDF4221) is known color: Cinnabar. HEX triplet: DF, 42 and 21. RGB value is (223,66,33). Sum of RGB (Red+Green+Blue) = 223+66+33=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4221 is #20BDDE. Grayscale: #6D6D6D. Windows color (decimal): -2145759 or 2179807. OLE color: 2179807.

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

Color convert

RGB 223 66 33 -
CMYK 0 0.70 0.85 0.13
HSL 10.42º 0.75% 0.5% -
HSV(B) 10.42º 0.85% 0.87% -
XYZ 32.65 19.69 3.52 -
YUV 109.18 85.01 209.18 -
System Red Green Blue C M Y K H S L
Decimal 223 66 33 0 0.70 0.85 0.13 10.42 0.75 0.5
Hex DF 42 21 0 46 55 D A 4B 32
Octal 337 102 41 0 106 125 15 12 113 62
Binary 11011111 1000010 100001 0 1000110 1010101 1101 1010 1001011 110010

Color Harmonies of #DF4221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4221

Black with #DF4221

Text Example


Text Example

White with #DF4221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4221; }

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

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

background-color css

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

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

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

border-color css

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

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

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