Html Css Color HEX #D6492B Cinnabar

📋 copy color: '#D6492B'

red 214 ◦ green 73 ◦ blue 43

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

Shades of Cinnabar #D6492B

Tints of Cinnabar #D6492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.03%

R = 64.85%
G = 22.12%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6492B (or 0xD6492B) is known color: Cinnabar. HEX triplet: D6, 49 and 2B. RGB value is (214,73,43). Sum of RGB (Red+Green+Blue) = 214+73+43=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D6492B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6492B is #29B6D4. Grayscale: #707070. Windows color (decimal): -2733781 or 2836950. OLE color: 2836950.

HSL color Cylindrical-coordinate representation of color #D6492B: hue angle of 10.53º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6492B is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 73 43 -
CMYK 0 0.66 0.80 0.16
HSL 10.53º 0.68% 0.5% -
HSV(B) 10.53º 0.8% 0.84% -
XYZ 30.55 19.24 4.39 -
YUV 111.74 89.21 200.94 -
System Red Green Blue C M Y K H S L
Decimal 214 73 43 0 0.66 0.80 0.16 10.53 0.68 0.5
Hex D6 49 2B 0 42 50 10 B 44 32
Octal 326 111 53 0 102 120 20 13 104 62
Binary 11010110 1001001 101011 0 1000010 1010000 10000 1011 1000100 110010

Color Harmonies of #D6492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6492B

Black with #D6492B

Text Example


Text Example

White with #D6492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6492B; }

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

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

background-color css

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

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

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

border-color css

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

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

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