Html Css Color HEX #D6473D Cinnabar

📋 copy color: '#D6473D'

red 214 ◦ green 71 ◦ blue 61

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

Shades of Cinnabar #D6473D

Tints of Cinnabar #D6473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.52%

 BLUE value IS 61 (24.22% from 255) = 17.63%

R = 61.85%
G = 20.52%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6473D (or 0xD6473D) is known color: Cinnabar. HEX triplet: D6, 47 and 3D. RGB value is (214,71,61). Sum of RGB (Red+Green+Blue) = 214+71+61=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D6473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6473D is #29B8C2. Grayscale: #707070. Windows color (decimal): -2734275 or 4016086. OLE color: 4016086.

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

Color convert

RGB 214 71 61 -
CMYK 0 0.67 0.71 0.16
HSL 3.92º 0.65% 0.54% -
HSV(B) 3.92º 0.71% 0.84% -
XYZ 30.83 19.14 6.48 -
YUV 112.62 98.88 200.31 -
System Red Green Blue C M Y K H S L
Decimal 214 71 61 0 0.67 0.71 0.16 3.92 0.65 0.54
Hex D6 47 3D 0 43 47 10 4 41 36
Octal 326 107 75 0 103 107 20 4 101 66
Binary 11010110 1000111 111101 0 1000011 1000111 10000 100 1000001 110110

Color Harmonies of #D6473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6473D

Black with #D6473D

Text Example


Text Example

White with #D6473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6473D; }

 p { color: rgb(214,71,61); }

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

background-color css

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

 a { background-color: rgb(214,71,61); }

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

border-color css

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

 span { border-color: rgb(214,71,61); }

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