Html Css Color HEX #D6492F Cinnabar

📋 copy color: '#D6492F'

red 214 ◦ green 73 ◦ blue 47

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

Shades of Cinnabar #D6492F

Tints of Cinnabar #D6492F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 64.07%
G = 21.86%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6492F (or 0xD6492F) is known color: Cinnabar. HEX triplet: D6, 49 and 2F. RGB value is (214,73,47). Sum of RGB (Red+Green+Blue) = 214+73+47=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D6492F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6492F is #29B6D0. Grayscale: #707070. Windows color (decimal): -2733777 or 3099094. OLE color: 3099094.

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

Color convert

RGB 214 73 47 -
CMYK 0 0.66 0.78 0.16
HSL 9.34º 0.67% 0.51% -
HSV(B) 9.34º 0.78% 0.84% -
XYZ 30.63 19.27 4.79 -
YUV 112.2 91.21 200.61 -
System Red Green Blue C M Y K H S L
Decimal 214 73 47 0 0.66 0.78 0.16 9.34 0.67 0.51
Hex D6 49 2F 0 42 4E 10 9 43 33
Octal 326 111 57 0 102 116 20 11 103 63
Binary 11010110 1001001 101111 0 1000010 1001110 10000 1001 1000011 110011

Color Harmonies of #D6492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6492F

Black with #D6492F

Text Example


Text Example

White with #D6492F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6492F; }

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

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

background-color css

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

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

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

border-color css

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

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

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