Html Css Color HEX #DF533B Cinnabar

📋 copy color: '#DF533B'

red 223 ◦ green 83 ◦ blue 59

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

Shades of Cinnabar #DF533B

Tints of Cinnabar #DF533B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.74%

 BLUE value IS 59 (23.44% from 255) = 16.16%

R = 61.1%
G = 22.74%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF533B (or 0xDF533B) is known color: Cinnabar. HEX triplet: DF, 53 and 3B. RGB value is (223,83,59). Sum of RGB (Red+Green+Blue) = 223+83+59=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF533B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF533B is #20ACC4. Grayscale: #7A7A7A. Windows color (decimal): -2141381 or 3888095. OLE color: 3888095.

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

Color convert

RGB 223 83 59 -
CMYK 0 0.63 0.74 0.13
HSL 8.78º 0.72% 0.55% -
HSV(B) 8.78º 0.74% 0.87% -
XYZ 34.31 22.19 6.61 -
YUV 122.12 92.38 199.95 -
System Red Green Blue C M Y K H S L
Decimal 223 83 59 0 0.63 0.74 0.13 8.78 0.72 0.55
Hex DF 53 3B 0 3F 4A D 9 48 37
Octal 337 123 73 0 77 112 15 11 110 67
Binary 11011111 1010011 111011 0 111111 1001010 1101 1001 1001000 110111

Color Harmonies of #DF533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF533B

Black with #DF533B

Text Example


Text Example

White with #DF533B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF533B; }

 p { color: rgb(223,83,59); }

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

background-color css

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

 a { background-color: rgb(223,83,59); }

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

border-color css

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

 span { border-color: rgb(223,83,59); }

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