Html Css Color HEX #D6492E Cinnabar

📋 copy color: '#D6492E'

red 214 ◦ green 73 ◦ blue 46

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

Shades of Cinnabar #D6492E

Tints of Cinnabar #D6492E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.81%

R = 64.26%
G = 21.92%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6492E (or 0xD6492E) is known color: Cinnabar. HEX triplet: D6, 49 and 2E. RGB value is (214,73,46). Sum of RGB (Red+Green+Blue) = 214+73+46=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D6492E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6492E is #29B6D1. Grayscale: #707070. Windows color (decimal): -2733778 or 3033558. OLE color: 3033558.

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

Color convert

RGB 214 73 46 -
CMYK 0 0.66 0.79 0.16
HSL 9.64º 0.67% 0.51% -
HSV(B) 9.64º 0.79% 0.84% -
XYZ 30.61 19.26 4.69 -
YUV 112.08 90.71 200.7 -
System Red Green Blue C M Y K H S L
Decimal 214 73 46 0 0.66 0.79 0.16 9.64 0.67 0.51
Hex D6 49 2E 0 42 4F 10 A 43 33
Octal 326 111 56 0 102 117 20 12 103 63
Binary 11010110 1001001 101110 0 1000010 1001111 10000 1010 1000011 110011

Color Harmonies of #D6492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6492E

Black with #D6492E

Text Example


Text Example

White with #D6492E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6492E; }

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

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

background-color css

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

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

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

border-color css

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

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

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