Html Css Color HEX #D6493D Cinnabar

📋 copy color: '#D6493D'

red 214 ◦ green 73 ◦ blue 61

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

Shades of Cinnabar #D6493D

Tints of Cinnabar #D6493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.53%

R = 61.49%
G = 20.98%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6493D (or 0xD6493D) is known color: Cinnabar. HEX triplet: D6, 49 and 3D. RGB value is (214,73,61). Sum of RGB (Red+Green+Blue) = 214+73+61=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D6493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6493D is #29B6C2. Grayscale: #717171. Windows color (decimal): -2733763 or 4016598. OLE color: 4016598.

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

Color convert

RGB 214 73 61 -
CMYK 0 0.66 0.71 0.16
HSL 4.71º 0.65% 0.54% -
HSV(B) 4.71º 0.71% 0.84% -
XYZ 30.96 19.4 6.53 -
YUV 113.79 98.21 199.48 -
System Red Green Blue C M Y K H S L
Decimal 214 73 61 0 0.66 0.71 0.16 4.71 0.65 0.54
Hex D6 49 3D 0 42 47 10 5 41 36
Octal 326 111 75 0 102 107 20 5 101 66
Binary 11010110 1001001 111101 0 1000010 1000111 10000 101 1000001 110110

Color Harmonies of #D6493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6493D

Black with #D6493D

Text Example


Text Example

White with #D6493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6493D; }

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

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

background-color css

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

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

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

border-color css

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

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

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