Html Css Color HEX #DF3322 Cinnabar

📋 copy color: '#DF3322'

red 223 ◦ green 51 ◦ blue 34

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

Shades of Cinnabar #DF3322

Tints of Cinnabar #DF3322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.04%

R = 72.4%
G = 16.56%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF3322 (or 0xDF3322) is known color: Cinnabar. HEX triplet: DF, 33 and 22. RGB value is (223,51,34). Sum of RGB (Red+Green+Blue) = 223+51+34=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3322 is #20CCDD. Grayscale: #646464. Windows color (decimal): -2149598 or 2241503. OLE color: 2241503.

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

Color convert

RGB 223 51 34 -
CMYK 0 0.77 0.85 0.13
HSL 5.4º 0.75% 0.5% -
HSV(B) 5.4º 0.85% 0.87% -
XYZ 31.9 18.17 3.34 -
YUV 100.49 90.48 215.38 -
System Red Green Blue C M Y K H S L
Decimal 223 51 34 0 0.77 0.85 0.13 5.4 0.75 0.5
Hex DF 33 22 0 4D 55 D 5 4B 32
Octal 337 63 42 0 115 125 15 5 113 62
Binary 11011111 110011 100010 0 1001101 1010101 1101 101 1001011 110010

Color Harmonies of #DF3322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3322

Black with #DF3322

Text Example


Text Example

White with #DF3322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3322; }

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

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

background-color css

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

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

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

border-color css

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

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

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