Html Css Color HEX #DF4229 Cinnabar

📋 copy color: '#DF4229'

red 223 ◦ green 66 ◦ blue 41

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

Shades of Cinnabar #DF4229

Tints of Cinnabar #DF4229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20%

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

R = 67.58%
G = 20%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF4229 (or 0xDF4229) is known color: Cinnabar. HEX triplet: DF, 42 and 29. RGB value is (223,66,41). Sum of RGB (Red+Green+Blue) = 223+66+41=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4229 is #20BDD6. Grayscale: #6E6E6E. Windows color (decimal): -2145751 or 2704095. OLE color: 2704095.

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

Color convert

RGB 223 66 41 -
CMYK 0 0.70 0.82 0.13
HSL 8.24º 0.74% 0.52% -
HSV(B) 8.24º 0.82% 0.87% -
XYZ 32.78 19.74 4.18 -
YUV 110.09 89.01 208.53 -
System Red Green Blue C M Y K H S L
Decimal 223 66 41 0 0.70 0.82 0.13 8.24 0.74 0.52
Hex DF 42 29 0 46 52 D 8 4A 34
Octal 337 102 51 0 106 122 15 10 112 64
Binary 11011111 1000010 101001 0 1000110 1010010 1101 1000 1001010 110100

Color Harmonies of #DF4229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4229

Black with #DF4229

Text Example


Text Example

White with #DF4229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4229; }

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

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

background-color css

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

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

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

border-color css

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

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

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