Html Css Color HEX #DF3323 Cinnabar

📋 copy color: '#DF3323'

red 223 ◦ green 51 ◦ blue 35

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

Shades of Cinnabar #DF3323

Tints of Cinnabar #DF3323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 72.17%
G = 16.5%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF3323 (or 0xDF3323) is known color: Cinnabar. HEX triplet: DF, 33 and 23. RGB value is (223,51,35). Sum of RGB (Red+Green+Blue) = 223+51+35=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3323 is #20CCDC. Grayscale: #646464. Windows color (decimal): -2149597 or 2307039. OLE color: 2307039.

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

Color convert

RGB 223 51 35 -
CMYK 0 0.77 0.84 0.13
HSL 5.11º 0.75% 0.51% -
HSV(B) 5.11º 0.84% 0.87% -
XYZ 31.92 18.18 3.42 -
YUV 100.6 90.98 215.3 -
System Red Green Blue C M Y K H S L
Decimal 223 51 35 0 0.77 0.84 0.13 5.11 0.75 0.51
Hex DF 33 23 0 4D 54 D 5 4B 33
Octal 337 63 43 0 115 124 15 5 113 63
Binary 11011111 110011 100011 0 1001101 1010100 1101 101 1001011 110011

Color Harmonies of #DF3323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3323

Black with #DF3323

Text Example


Text Example

White with #DF3323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3323; }

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

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

background-color css

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

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

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

border-color css

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

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

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