Html Css Color HEX #DF3331 Cinnabar

📋 copy color: '#DF3331'

red 223 ◦ green 51 ◦ blue 49

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

Shades of Cinnabar #DF3331

Tints of Cinnabar #DF3331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.79%

 BLUE value IS 49 (19.53% from 255) = 15.17%

R = 69.04%
G = 15.79%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF3331 (or 0xDF3331) is known color: Cinnabar. HEX triplet: DF, 33 and 31. RGB value is (223,51,49). Sum of RGB (Red+Green+Blue) = 223+51+49=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3331 is #20CCCE. Grayscale: #666666. Windows color (decimal): -2149583 or 3224543. OLE color: 3224543.

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

Color convert

RGB 223 51 49 -
CMYK 0 0.77 0.78 0.13
HSL 0.69º 0.73% 0.53% -
HSV(B) 0.69º 0.78% 0.87% -
XYZ 32.17 18.28 4.74 -
YUV 102.2 97.98 214.16 -
System Red Green Blue C M Y K H S L
Decimal 223 51 49 0 0.77 0.78 0.13 0.69 0.73 0.53
Hex DF 33 31 0 4D 4E D 1 49 35
Octal 337 63 61 0 115 116 15 1 111 65
Binary 11011111 110011 110001 0 1001101 1001110 1101 1 1001001 110101

Color Harmonies of #DF3331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3331

Black with #DF3331

Text Example


Text Example

White with #DF3331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3331; }

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

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

background-color css

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

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

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

border-color css

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

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

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