Html Css Color HEX #DF401C Cinnabar

📋 copy color: '#DF401C'

red 223 ◦ green 64 ◦ blue 28

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

Shades of Cinnabar #DF401C

Tints of Cinnabar #DF401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.32%

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

R = 70.79%
G = 20.32%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF401C (or 0xDF401C) is known color: Cinnabar. HEX triplet: DF, 40 and 1C. RGB value is (223,64,28). Sum of RGB (Red+Green+Blue) = 223+64+28=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF401C is #20BFE3. Grayscale: #6B6B6B. Windows color (decimal): -2146276 or 1851615. OLE color: 1851615.

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

Color convert

RGB 223 64 28 -
CMYK 0 0.71 0.87 0.13
HSL 11.08º 0.78% 0.49% -
HSV(B) 11.08º 0.87% 0.87% -
XYZ 32.47 19.44 3.14 -
YUV 107.44 83.18 210.43 -
System Red Green Blue C M Y K H S L
Decimal 223 64 28 0 0.71 0.87 0.13 11.08 0.78 0.49
Hex DF 40 1C 0 47 57 D B 4E 31
Octal 337 100 34 0 107 127 15 13 116 61
Binary 11011111 1000000 11100 0 1000111 1010111 1101 1011 1001110 110001

Color Harmonies of #DF401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF401C

Black with #DF401C

Text Example


Text Example

White with #DF401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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