Html Css Color HEX #DF3420 Cinnabar

📋 copy color: '#DF3420'

red 223 ◦ green 52 ◦ blue 32

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

Shades of Cinnabar #DF3420

Tints of Cinnabar #DF3420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.94%

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

R = 72.64%
G = 16.94%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF3420 (or 0xDF3420) is known color: Cinnabar. HEX triplet: DF, 34 and 20. RGB value is (223,52,32). Sum of RGB (Red+Green+Blue) = 223+52+32=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3420 is #20CBDF. Grayscale: #656565. Windows color (decimal): -2149344 or 2110687. OLE color: 2110687.

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

Color convert

RGB 223 52 32 -
CMYK 0 0.77 0.86 0.13
HSL 6.28º 0.75% 0.5% -
HSV(B) 6.28º 0.86% 0.87% -
XYZ 31.92 18.25 3.21 -
YUV 100.85 89.15 215.13 -
System Red Green Blue C M Y K H S L
Decimal 223 52 32 0 0.77 0.86 0.13 6.28 0.75 0.5
Hex DF 34 20 0 4D 56 D 6 4B 32
Octal 337 64 40 0 115 126 15 6 113 62
Binary 11011111 110100 100000 0 1001101 1010110 1101 110 1001011 110010

Color Harmonies of #DF3420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3420

Black with #DF3420

Text Example


Text Example

White with #DF3420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3420; }

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

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

background-color css

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

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

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

border-color css

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

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

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