Html Css Color HEX #DB523A Cinnabar

📋 copy color: '#DB523A'

red 219 ◦ green 82 ◦ blue 58

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

Shades of Cinnabar #DB523A

Tints of Cinnabar #DB523A

RGB

 RED value IS 219 (85.94% from 255) = 61%

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

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

R = 61%
G = 22.84%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB523A (or 0xDB523A) is known color: Cinnabar. HEX triplet: DB, 52 and 3A. RGB value is (219,82,58). Sum of RGB (Red+Green+Blue) = 219+82+58=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB523A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB523A is #24ADC5. Grayscale: #787878. Windows color (decimal): -2403782 or 3822299. OLE color: 3822299.

HSL color Cylindrical-coordinate representation of color #DB523A: hue angle of 8.94º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB523A is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 82 58 -
CMYK 0 0.63 0.74 0.14
HSL 8.94º 0.69% 0.54% -
HSV(B) 8.94º 0.74% 0.86% -
XYZ 32.99 21.4 6.39 -
YUV 120.23 92.89 198.45 -
System Red Green Blue C M Y K H S L
Decimal 219 82 58 0 0.63 0.74 0.14 8.94 0.69 0.54
Hex DB 52 3A 0 3F 4A E 9 45 36
Octal 333 122 72 0 77 112 16 11 105 66
Binary 11011011 1010010 111010 0 111111 1001010 1110 1001 1000101 110110

Color Harmonies of #DB523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB523A

Black with #DB523A

Text Example


Text Example

White with #DB523A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB523A; }

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

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

background-color css

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

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

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

border-color css

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

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

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