Html Css Color HEX #DF3921 Cinnabar

📋 copy color: '#DF3921'

red 223 ◦ green 57 ◦ blue 33

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

Shades of Cinnabar #DF3921

Tints of Cinnabar #DF3921

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.21%

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

R = 71.25%
G = 18.21%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF3921 (or 0xDF3921) is known color: Cinnabar. HEX triplet: DF, 39 and 21. RGB value is (223,57,33). Sum of RGB (Red+Green+Blue) = 223+57+33=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3921 is #20C6DE. Grayscale: #686868. Windows color (decimal): -2148063 or 2177503. OLE color: 2177503.

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

Color convert

RGB 223 57 33 -
CMYK 0 0.74 0.85 0.13
HSL 7.58º 0.75% 0.5% -
HSV(B) 7.58º 0.85% 0.87% -
XYZ 32.17 18.72 3.36 -
YUV 103.9 88 212.95 -
System Red Green Blue C M Y K H S L
Decimal 223 57 33 0 0.74 0.85 0.13 7.58 0.75 0.5
Hex DF 39 21 0 4A 55 D 8 4B 32
Octal 337 71 41 0 112 125 15 10 113 62
Binary 11011111 111001 100001 0 1001010 1010101 1101 1000 1001011 110010

Color Harmonies of #DF3921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3921

Black with #DF3921

Text Example


Text Example

White with #DF3921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3921; }

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

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

background-color css

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

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

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

border-color css

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

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

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