Html Css Color HEX #DF312F Cinnabar

📋 copy color: '#DF312F'

red 223 ◦ green 49 ◦ blue 47

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

Shades of Cinnabar #DF312F

Tints of Cinnabar #DF312F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.36%

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 69.91%
G = 15.36%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF312F (or 0xDF312F) is known color: Cinnabar. HEX triplet: DF, 31 and 2F. RGB value is (223,49,47). Sum of RGB (Red+Green+Blue) = 223+49+47=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF312F is #20CED0. Grayscale: #646464. Windows color (decimal): -2150097 or 3092959. OLE color: 3092959.

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

Color convert

RGB 223 49 47 -
CMYK 0 0.78 0.79 0.13
HSL 0.68º 0.73% 0.53% -
HSV(B) 0.68º 0.79% 0.87% -
XYZ 32.04 18.09 4.49 -
YUV 100.8 97.65 215.16 -
System Red Green Blue C M Y K H S L
Decimal 223 49 47 0 0.78 0.79 0.13 0.68 0.73 0.53
Hex DF 31 2F 0 4E 4F D 1 49 35
Octal 337 61 57 0 116 117 15 1 111 65
Binary 11011111 110001 101111 0 1001110 1001111 1101 1 1001001 110101

Color Harmonies of #DF312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF312F

Black with #DF312F

Text Example


Text Example

White with #DF312F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF312F; }

 p { color: rgb(223,49,47); }

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

background-color css

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

 a { background-color: rgb(223,49,47); }

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

border-color css

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

 span { border-color: rgb(223,49,47); }

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