Html Css Color HEX #DF5033 Cinnabar

📋 copy color: '#DF5033'

red 223 ◦ green 80 ◦ blue 51

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

Shades of Cinnabar #DF5033

Tints of Cinnabar #DF5033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.41%

R = 62.99%
G = 22.6%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF5033 (or 0xDF5033) is known color: Cinnabar. HEX triplet: DF, 50 and 33. RGB value is (223,80,51). Sum of RGB (Red+Green+Blue) = 223+80+51=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5033 is #20AFCC. Grayscale: #777777. Windows color (decimal): -2142157 or 3363039. OLE color: 3363039.

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

Color convert

RGB 223 80 51 -
CMYK 0 0.64 0.77 0.13
HSL 10.12º 0.73% 0.54% -
HSV(B) 10.12º 0.77% 0.87% -
XYZ 33.9 21.66 5.53 -
YUV 119.45 89.38 201.86 -
System Red Green Blue C M Y K H S L
Decimal 223 80 51 0 0.64 0.77 0.13 10.12 0.73 0.54
Hex DF 50 33 0 40 4D D A 49 36
Octal 337 120 63 0 100 115 15 12 111 66
Binary 11011111 1010000 110011 0 1000000 1001101 1101 1010 1001001 110110

Color Harmonies of #DF5033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5033

Black with #DF5033

Text Example


Text Example

White with #DF5033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5033; }

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

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

background-color css

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

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

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

border-color css

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

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

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