Html Css Color HEX #DF523E Cinnabar

📋 copy color: '#DF523E'

red 223 ◦ green 82 ◦ blue 62

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

Shades of Cinnabar #DF523E

Tints of Cinnabar #DF523E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.89%

R = 60.76%
G = 22.34%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF523E (or 0xDF523E) is known color: Cinnabar. HEX triplet: DF, 52 and 3E. RGB value is (223,82,62). Sum of RGB (Red+Green+Blue) = 223+82+62=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF523E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF523E is #20ADC1. Grayscale: #7A7A7A. Windows color (decimal): -2141634 or 4084447. OLE color: 4084447.

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

Color convert

RGB 223 82 62 -
CMYK 0 0.63 0.72 0.13
HSL 7.45º 0.72% 0.56% -
HSV(B) 7.45º 0.72% 0.87% -
XYZ 34.32 22.07 7.01 -
YUV 121.88 94.21 200.13 -
System Red Green Blue C M Y K H S L
Decimal 223 82 62 0 0.63 0.72 0.13 7.45 0.72 0.56
Hex DF 52 3E 0 3F 48 D 7 48 38
Octal 337 122 76 0 77 110 15 7 110 70
Binary 11011111 1010010 111110 0 111111 1001000 1101 111 1001000 111000

Color Harmonies of #DF523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF523E

Black with #DF523E

Text Example


Text Example

White with #DF523E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF523E; }

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

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

background-color css

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

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

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

border-color css

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

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

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