Html Css Color HEX #DF533D Cinnabar

📋 copy color: '#DF533D'

red 223 ◦ green 83 ◦ blue 61

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

Shades of Cinnabar #DF533D

Tints of Cinnabar #DF533D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.62%

R = 60.76%
G = 22.62%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF533D (or 0xDF533D) is known color: Cinnabar. HEX triplet: DF, 53 and 3D. RGB value is (223,83,61). Sum of RGB (Red+Green+Blue) = 223+83+61=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF533D is #20ACC2. Grayscale: #7A7A7A. Windows color (decimal): -2141379 or 4019167. OLE color: 4019167.

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

Color convert

RGB 223 83 61 -
CMYK 0 0.63 0.73 0.13
HSL 8.15º 0.72% 0.56% -
HSV(B) 8.15º 0.73% 0.87% -
XYZ 34.37 22.21 6.89 -
YUV 122.35 93.38 199.79 -
System Red Green Blue C M Y K H S L
Decimal 223 83 61 0 0.63 0.73 0.13 8.15 0.72 0.56
Hex DF 53 3D 0 3F 49 D 8 48 38
Octal 337 123 75 0 77 111 15 10 110 70
Binary 11011111 1010011 111101 0 111111 1001001 1101 1000 1001000 111000

Color Harmonies of #DF533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF533D

Black with #DF533D

Text Example


Text Example

White with #DF533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF533D; }

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

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

background-color css

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

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

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

border-color css

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

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

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