Html Css Color HEX #DF371F Cinnabar

📋 copy color: '#DF371F'

red 223 ◦ green 55 ◦ blue 31

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

Shades of Cinnabar #DF371F

Tints of Cinnabar #DF371F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.8%

 BLUE value IS 31 (12.5% from 255) = 10.03%

R = 72.17%
G = 17.8%
B = 10.03%

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

#DF371F (or 0xDF371F) is known color: Cinnabar. HEX triplet: DF, 37 and 1F. RGB value is (223,55,31). Sum of RGB (Red+Green+Blue) = 223+55+31=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF371F is #20C8E0. Grayscale: #666666. Windows color (decimal): -2148577 or 2045919. OLE color: 2045919.

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

Color convert

RGB 223 55 31 -
CMYK 0 0.75 0.86 0.13
HSL 7.5º 0.76% 0.5% -
HSV(B) 7.5º 0.86% 0.87% -
XYZ 32.04 18.52 3.18 -
YUV 102.5 87.66 213.95 -
System Red Green Blue C M Y K H S L
Decimal 223 55 31 0 0.75 0.86 0.13 7.5 0.76 0.5
Hex DF 37 1F 0 4B 56 D 8 4C 32
Octal 337 67 37 0 113 126 15 10 114 62
Binary 11011111 110111 11111 0 1001011 1010110 1101 1000 1001100 110010

Color Harmonies of #DF371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF371F

Black with #DF371F

Text Example


Text Example

White with #DF371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF371F; }

 p { color: rgb(223,55,31); }

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

background-color css

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

 a { background-color: rgb(223,55,31); }

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

border-color css

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

 span { border-color: rgb(223,55,31); }

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