Html Css Color HEX #DF391E Cinnabar

📋 copy color: '#DF391E'

red 223 ◦ green 57 ◦ blue 30

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

Shades of Cinnabar #DF391E

Tints of Cinnabar #DF391E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.39%

 BLUE value IS 30 (12.11% from 255) = 9.68%

R = 71.94%
G = 18.39%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF391E (or 0xDF391E) is known color: Cinnabar. HEX triplet: DF, 39 and 1E. RGB value is (223,57,30). Sum of RGB (Red+Green+Blue) = 223+57+30=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF391E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF391E is #20C6E1. Grayscale: #676767. Windows color (decimal): -2148066 or 1980895. OLE color: 1980895.

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

Color convert

RGB 223 57 30 -
CMYK 0 0.74 0.87 0.13
HSL 8.39º 0.76% 0.5% -
HSV(B) 8.39º 0.87% 0.87% -
XYZ 32.13 18.71 3.15 -
YUV 103.56 86.5 213.2 -
System Red Green Blue C M Y K H S L
Decimal 223 57 30 0 0.74 0.87 0.13 8.39 0.76 0.5
Hex DF 39 1E 0 4A 57 D 8 4C 32
Octal 337 71 36 0 112 127 15 10 114 62
Binary 11011111 111001 11110 0 1001010 1010111 1101 1000 1001100 110010

Color Harmonies of #DF391E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF391E

Black with #DF391E

Text Example


Text Example

White with #DF391E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF391E; }

 p { color: rgb(223,57,30); }

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

background-color css

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

 a { background-color: rgb(223,57,30); }

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

border-color css

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

 span { border-color: rgb(223,57,30); }

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