Html Css Color HEX #DF312A Cinnabar

📋 copy color: '#DF312A'

red 223 ◦ green 49 ◦ blue 42

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

Shades of Cinnabar #DF312A

Tints of Cinnabar #DF312A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.38%

R = 71.02%
G = 15.61%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF312A (or 0xDF312A) is known color: Cinnabar. HEX triplet: DF, 31 and 2A. RGB value is (223,49,42). Sum of RGB (Red+Green+Blue) = 223+49+42=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF312A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF312A is #20CED5. Grayscale: #646464. Windows color (decimal): -2150102 or 2765279. OLE color: 2765279.

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

Color convert

RGB 223 49 42 -
CMYK 0 0.78 0.81 0.13
HSL 2.32º 0.74% 0.52% -
HSV(B) 2.32º 0.81% 0.87% -
XYZ 31.95 18.05 3.99 -
YUV 100.23 95.15 215.57 -
System Red Green Blue C M Y K H S L
Decimal 223 49 42 0 0.78 0.81 0.13 2.32 0.74 0.52
Hex DF 31 2A 0 4E 51 D 2 4A 34
Octal 337 61 52 0 116 121 15 2 112 64
Binary 11011111 110001 101010 0 1001110 1010001 1101 10 1001010 110100

Color Harmonies of #DF312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF312A

Black with #DF312A

Text Example


Text Example

White with #DF312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF312A; }

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

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

background-color css

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

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

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

border-color css

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

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

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