Html Css Color HEX #DF523D Cinnabar

📋 copy color: '#DF523D'

red 223 ◦ green 82 ◦ blue 61

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

Shades of Cinnabar #DF523D

Tints of Cinnabar #DF523D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.4%

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

R = 60.93%
G = 22.4%
B = 16.67%

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

#DF523D (or 0xDF523D) is known color: Cinnabar. HEX triplet: DF, 52 and 3D. RGB value is (223,82,61). Sum of RGB (Red+Green+Blue) = 223+82+61=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF523D is #20ADC2. Grayscale: #797979. Windows color (decimal): -2141635 or 4018911. OLE color: 4018911.

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

Color convert

RGB 223 82 61 -
CMYK 0 0.63 0.73 0.13
HSL 7.78º 0.72% 0.56% -
HSV(B) 7.78º 0.73% 0.87% -
XYZ 34.29 22.06 6.87 -
YUV 121.77 93.71 200.21 -
System Red Green Blue C M Y K H S L
Decimal 223 82 61 0 0.63 0.73 0.13 7.78 0.72 0.56
Hex DF 52 3D 0 3F 49 D 8 48 38
Octal 337 122 75 0 77 111 15 10 110 70
Binary 11011111 1010010 111101 0 111111 1001001 1101 1000 1001000 111000

Color Harmonies of #DF523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF523D

Black with #DF523D

Text Example


Text Example

White with #DF523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF523D; }

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

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

background-color css

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

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

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

border-color css

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

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

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