Html Css Color HEX #DF3329 Cinnabar

📋 copy color: '#DF3329'

red 223 ◦ green 51 ◦ blue 41

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

Shades of Cinnabar #DF3329

Tints of Cinnabar #DF3329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.02%

R = 70.79%
G = 16.19%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF3329 (or 0xDF3329) is known color: Cinnabar. HEX triplet: DF, 33 and 29. RGB value is (223,51,41). Sum of RGB (Red+Green+Blue) = 223+51+41=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3329 is #20CCD6. Grayscale: #656565. Windows color (decimal): -2149591 or 2700255. OLE color: 2700255.

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

Color convert

RGB 223 51 41 -
CMYK 0 0.77 0.82 0.13
HSL 3.3º 0.74% 0.52% -
HSV(B) 3.3º 0.82% 0.87% -
XYZ 32.02 18.22 3.93 -
YUV 101.29 93.98 214.81 -
System Red Green Blue C M Y K H S L
Decimal 223 51 41 0 0.77 0.82 0.13 3.3 0.74 0.52
Hex DF 33 29 0 4D 52 D 3 4A 34
Octal 337 63 51 0 115 122 15 3 112 64
Binary 11011111 110011 101001 0 1001101 1010010 1101 11 1001010 110100

Color Harmonies of #DF3329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3329

Black with #DF3329

Text Example


Text Example

White with #DF3329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3329; }

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

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

background-color css

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

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

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

border-color css

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

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

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