Html Css Color HEX #D6493F Cinnabar

📋 copy color: '#D6493F'

red 214 ◦ green 73 ◦ blue 63

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

Shades of Cinnabar #D6493F

Tints of Cinnabar #D6493F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18%

R = 61.14%
G = 20.86%
B = 18%

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

#D6493F (or 0xD6493F) is known color: Cinnabar. HEX triplet: D6, 49 and 3F. RGB value is (214,73,63). Sum of RGB (Red+Green+Blue) = 214+73+63=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D6493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6493F is #29B6C0. Grayscale: #727272. Windows color (decimal): -2733761 or 4147670. OLE color: 4147670.

HSL color Cylindrical-coordinate representation of color #D6493F: hue angle of 3.97º 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 #D6493F is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 73 63 -
CMYK 0 0.66 0.71 0.16
HSL 3.97º 0.65% 0.54% -
HSV(B) 3.97º 0.71% 0.84% -
XYZ 31.01 19.42 6.82 -
YUV 114.02 99.21 199.31 -
System Red Green Blue C M Y K H S L
Decimal 214 73 63 0 0.66 0.71 0.16 3.97 0.65 0.54
Hex D6 49 3F 0 42 47 10 4 41 36
Octal 326 111 77 0 102 107 20 4 101 66
Binary 11010110 1001001 111111 0 1000010 1000111 10000 100 1000001 110110

Color Harmonies of #D6493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6493F

Black with #D6493F

Text Example


Text Example

White with #D6493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6493F; }

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

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

background-color css

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

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

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

border-color css

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

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

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