Html Css Color HEX #DF3820 Cinnabar

📋 copy color: '#DF3820'

red 223 ◦ green 56 ◦ blue 32

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

Shades of Cinnabar #DF3820

Tints of Cinnabar #DF3820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.01%

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

R = 71.7%
G = 18.01%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF3820 (or 0xDF3820) is known color: Cinnabar. HEX triplet: DF, 38 and 20. RGB value is (223,56,32). Sum of RGB (Red+Green+Blue) = 223+56+32=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3820 is #20C7DF. Grayscale: #676767. Windows color (decimal): -2148320 or 2111711. OLE color: 2111711.

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

Color convert

RGB 223 56 32 -
CMYK 0 0.75 0.86 0.13
HSL 7.54º 0.75% 0.5% -
HSV(B) 7.54º 0.86% 0.87% -
XYZ 32.11 18.62 3.27 -
YUV 103.2 87.83 213.45 -
System Red Green Blue C M Y K H S L
Decimal 223 56 32 0 0.75 0.86 0.13 7.54 0.75 0.5
Hex DF 38 20 0 4B 56 D 8 4B 32
Octal 337 70 40 0 113 126 15 10 113 62
Binary 11011111 111000 100000 0 1001011 1010110 1101 1000 1001011 110010

Color Harmonies of #DF3820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3820

Black with #DF3820

Text Example


Text Example

White with #DF3820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3820; }

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

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

background-color css

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

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

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

border-color css

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

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

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