Html Css Color HEX #DF5029 Cinnabar

📋 copy color: '#DF5029'

red 223 ◦ green 80 ◦ blue 41

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

Shades of Cinnabar #DF5029

Tints of Cinnabar #DF5029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.26%

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

R = 64.83%
G = 23.26%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF5029 (or 0xDF5029) is known color: Cinnabar. HEX triplet: DF, 50 and 29. RGB value is (223,80,41). Sum of RGB (Red+Green+Blue) = 223+80+41=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5029 is #20AFD6. Grayscale: #767676. Windows color (decimal): -2142167 or 2707679. OLE color: 2707679.

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

Color convert

RGB 223 80 41 -
CMYK 0 0.64 0.82 0.13
HSL 12.86º 0.74% 0.52% -
HSV(B) 12.86º 0.82% 0.87% -
XYZ 33.7 21.59 4.49 -
YUV 118.31 84.38 202.67 -
System Red Green Blue C M Y K H S L
Decimal 223 80 41 0 0.64 0.82 0.13 12.86 0.74 0.52
Hex DF 50 29 0 40 52 D D 4A 34
Octal 337 120 51 0 100 122 15 15 112 64
Binary 11011111 1010000 101001 0 1000000 1010010 1101 1101 1001010 110100

Color Harmonies of #DF5029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5029

Black with #DF5029

Text Example


Text Example

White with #DF5029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5029; }

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

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

background-color css

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

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

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

border-color css

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

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

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