Html Css Color HEX #D6493B Cinnabar

📋 copy color: '#D6493B'

red 214 ◦ green 73 ◦ blue 59

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

Shades of Cinnabar #D6493B

Tints of Cinnabar #D6493B

RGB

 RED value IS 214 (83.98% from 255) = 61.85%

 GREEN value IS 73 (28.91% from 255) = 21.1%

 BLUE value IS 59 (23.44% from 255) = 17.05%

R = 61.85%
G = 21.1%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6493B (or 0xD6493B) is known color: Cinnabar. HEX triplet: D6, 49 and 3B. RGB value is (214,73,59). Sum of RGB (Red+Green+Blue) = 214+73+59=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D6493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6493B is #29B6C4. Grayscale: #717171. Windows color (decimal): -2733765 or 3885526. OLE color: 3885526.

HSL color Cylindrical-coordinate representation of color #D6493B: hue angle of 5.42º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6493B is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 73 59 -
CMYK 0 0.66 0.72 0.16
HSL 5.42º 0.65% 0.54% -
HSV(B) 5.42º 0.72% 0.84% -
XYZ 30.9 19.38 6.25 -
YUV 113.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 214 73 59 0 0.66 0.72 0.16 5.42 0.65 0.54
Hex D6 49 3B 0 42 48 10 5 41 36
Octal 326 111 73 0 102 110 20 5 101 66
Binary 11010110 1001001 111011 0 1000010 1001000 10000 101 1000001 110110

Color Harmonies of #D6493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6493B

Black with #D6493B

Text Example


Text Example

White with #D6493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6493B; }

 p { color: rgb(214,73,59); }

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

background-color css

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

 a { background-color: rgb(214,73,59); }

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

border-color css

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

 span { border-color: rgb(214,73,59); }

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