Html Css Color HEX #DF3229 Cinnabar

📋 copy color: '#DF3229'

red 223 ◦ green 50 ◦ blue 41

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

Shades of Cinnabar #DF3229

Tints of Cinnabar #DF3229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.92%

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

R = 71.02%
G = 15.92%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF3229 (or 0xDF3229) is known color: Cinnabar. HEX triplet: DF, 32 and 29. RGB value is (223,50,41). Sum of RGB (Red+Green+Blue) = 223+50+41=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3229 is #20CDD6. Grayscale: #646464. Windows color (decimal): -2149847 or 2699999. OLE color: 2699999.

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

Color convert

RGB 223 50 41 -
CMYK 0 0.78 0.82 0.13
HSL 2.97º 0.74% 0.52% -
HSV(B) 2.97º 0.82% 0.87% -
XYZ 31.97 18.13 3.91 -
YUV 100.7 94.31 215.23 -
System Red Green Blue C M Y K H S L
Decimal 223 50 41 0 0.78 0.82 0.13 2.97 0.74 0.52
Hex DF 32 29 0 4E 52 D 3 4A 34
Octal 337 62 51 0 116 122 15 3 112 64
Binary 11011111 110010 101001 0 1001110 1010010 1101 11 1001010 110100

Color Harmonies of #DF3229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3229

Black with #DF3229

Text Example


Text Example

White with #DF3229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3229; }

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

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

background-color css

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

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

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

border-color css

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

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

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