Html Css Color HEX #DF522D Cinnabar

📋 copy color: '#DF522D'

red 223 ◦ green 82 ◦ blue 45

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

Shades of Cinnabar #DF522D

Tints of Cinnabar #DF522D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.86%

R = 63.71%
G = 23.43%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF522D (or 0xDF522D) is known color: Cinnabar. HEX triplet: DF, 52 and 2D. RGB value is (223,82,45). Sum of RGB (Red+Green+Blue) = 223+82+45=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF522D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF522D is #20ADD2. Grayscale: #787878. Windows color (decimal): -2141651 or 2970335. OLE color: 2970335.

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

Color convert

RGB 223 82 45 -
CMYK 0 0.63 0.80 0.13
HSL 12.47º 0.74% 0.53% -
HSV(B) 12.47º 0.8% 0.87% -
XYZ 33.92 21.91 4.92 -
YUV 119.94 85.71 201.51 -
System Red Green Blue C M Y K H S L
Decimal 223 82 45 0 0.63 0.80 0.13 12.47 0.74 0.53
Hex DF 52 2D 0 3F 50 D C 4A 35
Octal 337 122 55 0 77 120 15 14 112 65
Binary 11011111 1010010 101101 0 111111 1010000 1101 1100 1001010 110101

Color Harmonies of #DF522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF522D

Black with #DF522D

Text Example


Text Example

White with #DF522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF522D; }

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

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

background-color css

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

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

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

border-color css

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

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

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