Html Css Color HEX #DF523A Cinnabar

📋 copy color: '#DF523A'

red 223 ◦ green 82 ◦ blue 58

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

Shades of Cinnabar #DF523A

Tints of Cinnabar #DF523A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.98%

R = 61.43%
G = 22.59%
B = 15.98%

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

#DF523A (or 0xDF523A) is known color: Cinnabar. HEX triplet: DF, 52 and 3A. RGB value is (223,82,58). Sum of RGB (Red+Green+Blue) = 223+82+58=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF523A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF523A is #20ADC5. Grayscale: #797979. Windows color (decimal): -2141638 or 3822303. OLE color: 3822303.

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

Color convert

RGB 223 82 58 -
CMYK 0 0.63 0.74 0.13
HSL 8.73º 0.72% 0.55% -
HSV(B) 8.73º 0.74% 0.87% -
XYZ 34.21 22.03 6.45 -
YUV 121.42 92.21 200.45 -
System Red Green Blue C M Y K H S L
Decimal 223 82 58 0 0.63 0.74 0.13 8.73 0.72 0.55
Hex DF 52 3A 0 3F 4A D 9 48 37
Octal 337 122 72 0 77 112 15 11 110 67
Binary 11011111 1010010 111010 0 111111 1001010 1101 1001 1001000 110111

Color Harmonies of #DF523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF523A

Black with #DF523A

Text Example


Text Example

White with #DF523A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF523A; }

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

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

background-color css

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

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

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

border-color css

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

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

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