Html Css Color HEX #DF3326 Cinnabar

📋 copy color: '#DF3326'

red 223 ◦ green 51 ◦ blue 38

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

Shades of Cinnabar #DF3326

Tints of Cinnabar #DF3326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.18%

R = 71.47%
G = 16.35%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF3326 (or 0xDF3326) is known color: Cinnabar. HEX triplet: DF, 33 and 26. RGB value is (223,51,38). Sum of RGB (Red+Green+Blue) = 223+51+38=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3326 is #20CCD9. Grayscale: #656565. Windows color (decimal): -2149594 or 2503647. OLE color: 2503647.

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

Color convert

RGB 223 51 38 -
CMYK 0 0.77 0.83 0.13
HSL 4.22º 0.74% 0.51% -
HSV(B) 4.22º 0.83% 0.87% -
XYZ 31.97 18.2 3.66 -
YUV 100.95 92.48 215.06 -
System Red Green Blue C M Y K H S L
Decimal 223 51 38 0 0.77 0.83 0.13 4.22 0.74 0.51
Hex DF 33 26 0 4D 53 D 4 4A 33
Octal 337 63 46 0 115 123 15 4 112 63
Binary 11011111 110011 100110 0 1001101 1010011 1101 100 1001010 110011

Color Harmonies of #DF3326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3326

Black with #DF3326

Text Example


Text Example

White with #DF3326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3326; }

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

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

background-color css

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

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

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

border-color css

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

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

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