Html Css Color HEX #D6492D Cinnabar

📋 copy color: '#D6492D'

red 214 ◦ green 73 ◦ blue 45

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

Shades of Cinnabar #D6492D

Tints of Cinnabar #D6492D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.55%

R = 64.46%
G = 21.99%
B = 13.55%

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

#D6492D (or 0xD6492D) is known color: Cinnabar. HEX triplet: D6, 49 and 2D. RGB value is (214,73,45). Sum of RGB (Red+Green+Blue) = 214+73+45=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D6492D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6492D is #29B6D2. Grayscale: #707070. Windows color (decimal): -2733779 or 2968022. OLE color: 2968022.

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

Color convert

RGB 214 73 45 -
CMYK 0 0.66 0.79 0.16
HSL 9.94º 0.67% 0.51% -
HSV(B) 9.94º 0.79% 0.84% -
XYZ 30.59 19.25 4.59 -
YUV 111.97 90.21 200.78 -
System Red Green Blue C M Y K H S L
Decimal 214 73 45 0 0.66 0.79 0.16 9.94 0.67 0.51
Hex D6 49 2D 0 42 4F 10 A 43 33
Octal 326 111 55 0 102 117 20 12 103 63
Binary 11010110 1001001 101101 0 1000010 1001111 10000 1010 1000011 110011

Color Harmonies of #D6492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6492D

Black with #D6492D

Text Example


Text Example

White with #D6492D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6492D; }

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

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

background-color css

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

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

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

border-color css

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

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

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