Html Css Color HEX #DF3121 Cinnabar

📋 copy color: '#DF3121'

red 223 ◦ green 49 ◦ blue 33

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

Shades of Cinnabar #DF3121

Tints of Cinnabar #DF3121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.82%

R = 73.11%
G = 16.07%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF3121 (or 0xDF3121) is known color: Cinnabar. HEX triplet: DF, 31 and 21. RGB value is (223,49,33). Sum of RGB (Red+Green+Blue) = 223+49+33=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3121 is #20CEDE. Grayscale: #636363. Windows color (decimal): -2150111 or 2175455. OLE color: 2175455.

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

Color convert

RGB 223 49 33 -
CMYK 0 0.78 0.85 0.13
HSL 5.05º 0.75% 0.5% -
HSV(B) 5.05º 0.85% 0.87% -
XYZ 31.8 17.99 3.24 -
YUV 99.2 90.65 216.3 -
System Red Green Blue C M Y K H S L
Decimal 223 49 33 0 0.78 0.85 0.13 5.05 0.75 0.5
Hex DF 31 21 0 4E 55 D 5 4B 32
Octal 337 61 41 0 116 125 15 5 113 62
Binary 11011111 110001 100001 0 1001110 1010101 1101 101 1001011 110010

Color Harmonies of #DF3121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3121

Black with #DF3121

Text Example


Text Example

White with #DF3121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3121; }

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

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

background-color css

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

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

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

border-color css

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

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

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