Html Css Color HEX #DF3620 Cinnabar

📋 copy color: '#DF3620'

red 223 ◦ green 54 ◦ blue 32

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

Shades of Cinnabar #DF3620

Tints of Cinnabar #DF3620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.48%

 BLUE value IS 32 (12.89% from 255) = 10.36%

R = 72.17%
G = 17.48%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF3620 (or 0xDF3620) is known color: Cinnabar. HEX triplet: DF, 36 and 20. RGB value is (223,54,32). Sum of RGB (Red+Green+Blue) = 223+54+32=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3620 is #20C9DF. Grayscale: #666666. Windows color (decimal): -2148832 or 2111199. OLE color: 2111199.

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

Color convert

RGB 223 54 32 -
CMYK 0 0.76 0.86 0.13
HSL 6.91º 0.75% 0.5% -
HSV(B) 6.91º 0.86% 0.87% -
XYZ 32.01 18.43 3.24 -
YUV 102.02 88.49 214.29 -
System Red Green Blue C M Y K H S L
Decimal 223 54 32 0 0.76 0.86 0.13 6.91 0.75 0.5
Hex DF 36 20 0 4C 56 D 7 4B 32
Octal 337 66 40 0 114 126 15 7 113 62
Binary 11011111 110110 100000 0 1001100 1010110 1101 111 1001011 110010

Color Harmonies of #DF3620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3620

Black with #DF3620

Text Example


Text Example

White with #DF3620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3620; }

 p { color: rgb(223,54,32); }

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

background-color css

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

 a { background-color: rgb(223,54,32); }

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

border-color css

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

 span { border-color: rgb(223,54,32); }

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