Html Css Color HEX #DF441C Cinnabar

📋 copy color: '#DF441C'

red 223 ◦ green 68 ◦ blue 28

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

Shades of Cinnabar #DF441C

Tints of Cinnabar #DF441C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

 BLUE value IS 28 (11.33% from 255) = 8.78%

R = 69.91%
G = 21.32%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF441C (or 0xDF441C) is known color: Cinnabar. HEX triplet: DF, 44 and 1C. RGB value is (223,68,28). Sum of RGB (Red+Green+Blue) = 223+68+28=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF441C is #20BBE3. Grayscale: #6E6E6E. Windows color (decimal): -2145252 or 1852639. OLE color: 1852639.

HSL color Cylindrical-coordinate representation of color #DF441C: hue angle of 12.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF441C is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 68 28 -
CMYK 0 0.70 0.87 0.13
HSL 12.31º 0.78% 0.49% -
HSV(B) 12.31º 0.87% 0.87% -
XYZ 32.71 19.91 3.22 -
YUV 109.79 81.85 208.75 -
System Red Green Blue C M Y K H S L
Decimal 223 68 28 0 0.70 0.87 0.13 12.31 0.78 0.49
Hex DF 44 1C 0 46 57 D C 4E 31
Octal 337 104 34 0 106 127 15 14 116 61
Binary 11011111 1000100 11100 0 1000110 1010111 1101 1100 1001110 110001

Color Harmonies of #DF441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF441C

Black with #DF441C

Text Example


Text Example

White with #DF441C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF441C; }

 p { color: rgb(223,68,28); }

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

background-color css

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

 a { background-color: rgb(223,68,28); }

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

border-color css

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

 span { border-color: rgb(223,68,28); }

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