Html Css Color HEX #DF381F Cinnabar

📋 copy color: '#DF381F'

red 223 ◦ green 56 ◦ blue 31

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

Shades of Cinnabar #DF381F

Tints of Cinnabar #DF381F

RGB

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

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

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

R = 71.94%
G = 18.06%
B = 10%

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

#DF381F (or 0xDF381F) is known color: Cinnabar. HEX triplet: DF, 38 and 1F. RGB value is (223,56,31). Sum of RGB (Red+Green+Blue) = 223+56+31=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF381F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF381F is #20C7E0. Grayscale: #676767. Windows color (decimal): -2148321 or 2046175. OLE color: 2046175.

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

Color convert

RGB 223 56 31 -
CMYK 0 0.75 0.86 0.13
HSL 7.81º 0.76% 0.5% -
HSV(B) 7.81º 0.86% 0.87% -
XYZ 32.09 18.62 3.2 -
YUV 103.08 87.33 213.53 -
System Red Green Blue C M Y K H S L
Decimal 223 56 31 0 0.75 0.86 0.13 7.81 0.76 0.5
Hex DF 38 1F 0 4B 56 D 8 4C 32
Octal 337 70 37 0 113 126 15 10 114 62
Binary 11011111 111000 11111 0 1001011 1010110 1101 1000 1001100 110010

Color Harmonies of #DF381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF381F

Black with #DF381F

Text Example


Text Example

White with #DF381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF381F; }

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

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

background-color css

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

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

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

border-color css

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

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

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