Html Css Color HEX #D6473A Cinnabar

📋 copy color: '#D6473A'

red 214 ◦ green 71 ◦ blue 58

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

Shades of Cinnabar #D6473A

Tints of Cinnabar #D6473A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.91%

R = 62.39%
G = 20.7%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6473A (or 0xD6473A) is known color: Cinnabar. HEX triplet: D6, 47 and 3A. RGB value is (214,71,58). Sum of RGB (Red+Green+Blue) = 214+71+58=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D6473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6473A is #29B8C5. Grayscale: #707070. Windows color (decimal): -2734278 or 3819478. OLE color: 3819478.

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

Color convert

RGB 214 71 58 -
CMYK 0 0.67 0.73 0.16
HSL 0.66% 0.53% -
HSV(B) 0.73% 0.84% -
XYZ 30.75 19.11 6.07 -
YUV 112.28 97.38 200.56 -
System Red Green Blue C M Y K H S L
Decimal 214 71 58 0 0.67 0.73 0.16 5 0.66 0.53
Hex D6 47 3A 0 43 49 10 5 42 35
Octal 326 107 72 0 103 111 20 5 102 65
Binary 11010110 1000111 111010 0 1000011 1001001 10000 101 1000010 110101

Color Harmonies of #D6473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6473A

Black with #D6473A

Text Example


Text Example

White with #D6473A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6473A; }

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

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

background-color css

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

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

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

border-color css

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

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

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