Html Css Color HEX #D6473E Cinnabar

📋 copy color: '#D6473E'

red 214 ◦ green 71 ◦ blue 62

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

Shades of Cinnabar #D6473E

Tints of Cinnabar #D6473E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.87%

R = 61.67%
G = 20.46%
B = 17.87%

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

#D6473E (or 0xD6473E) is known color: Cinnabar. HEX triplet: D6, 47 and 3E. RGB value is (214,71,62). Sum of RGB (Red+Green+Blue) = 214+71+62=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D6473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6473E is #29B8C1. Grayscale: #707070. Windows color (decimal): -2734274 or 4081622. OLE color: 4081622.

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

Color convert

RGB 214 71 62 -
CMYK 0 0.67 0.71 0.16
HSL 3.55º 0.65% 0.54% -
HSV(B) 3.55º 0.71% 0.84% -
XYZ 30.85 19.15 6.63 -
YUV 112.73 99.38 200.23 -
System Red Green Blue C M Y K H S L
Decimal 214 71 62 0 0.67 0.71 0.16 3.55 0.65 0.54
Hex D6 47 3E 0 43 47 10 4 41 36
Octal 326 107 76 0 103 107 20 4 101 66
Binary 11010110 1000111 111110 0 1000011 1000111 10000 100 1000001 110110

Color Harmonies of #D6473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6473E

Black with #D6473E

Text Example


Text Example

White with #D6473E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6473E; }

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

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

background-color css

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

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

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

border-color css

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

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

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