Html Css Color HEX #DF312E Cinnabar

📋 copy color: '#DF312E'

red 223 ◦ green 49 ◦ blue 46

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

Shades of Cinnabar #DF312E

Tints of Cinnabar #DF312E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.47%

R = 70.13%
G = 15.41%
B = 14.47%

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

#DF312E (or 0xDF312E) is known color: Cinnabar. HEX triplet: DF, 31 and 2E. RGB value is (223,49,46). Sum of RGB (Red+Green+Blue) = 223+49+46=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF312E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF312E is #20CED1. Grayscale: #646464. Windows color (decimal): -2150098 or 3027423. OLE color: 3027423.

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

Color convert

RGB 223 49 46 -
CMYK 0 0.78 0.79 0.13
HSL 1.02º 0.73% 0.53% -
HSV(B) 1.02º 0.79% 0.87% -
XYZ 32.02 18.08 4.39 -
YUV 100.68 97.15 215.24 -
System Red Green Blue C M Y K H S L
Decimal 223 49 46 0 0.78 0.79 0.13 1.02 0.73 0.53
Hex DF 31 2E 0 4E 4F D 1 49 35
Octal 337 61 56 0 116 117 15 1 111 65
Binary 11011111 110001 101110 0 1001110 1001111 1101 1 1001001 110101

Color Harmonies of #DF312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF312E

Black with #DF312E

Text Example


Text Example

White with #DF312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF312E; }

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

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

background-color css

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

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

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

border-color css

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

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

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