Html Css Color HEX #D8473B Cinnabar

📋 copy color: '#D8473B'

red 216 ◦ green 71 ◦ blue 59

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

Shades of Cinnabar #D8473B

Tints of Cinnabar #D8473B

RGB

 RED value IS 216 (84.77% from 255) = 62.43%

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

 BLUE value IS 59 (23.44% from 255) = 17.05%

R = 62.43%
G = 20.52%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8473B (or 0xD8473B) is known color: Cinnabar. HEX triplet: D8, 47 and 3B. RGB value is (216,71,59). Sum of RGB (Red+Green+Blue) = 216+71+59=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8473B is #27B8C4. Grayscale: #717171. Windows color (decimal): -2603205 or 3885016. OLE color: 3885016.

HSL color Cylindrical-coordinate representation of color #D8473B: hue angle of 4.59º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8473B is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 71 59 -
CMYK 0 0.67 0.73 0.15
HSL 4.59º 0.67% 0.54% -
HSV(B) 4.59º 0.73% 0.85% -
XYZ 31.36 19.42 6.23 -
YUV 112.99 97.54 201.48 -
System Red Green Blue C M Y K H S L
Decimal 216 71 59 0 0.67 0.73 0.15 4.59 0.67 0.54
Hex D8 47 3B 0 43 49 F 5 43 36
Octal 330 107 73 0 103 111 17 5 103 66
Binary 11011000 1000111 111011 0 1000011 1001001 1111 101 1000011 110110

Color Harmonies of #D8473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8473B

Black with #D8473B

Text Example


Text Example

White with #D8473B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8473B; }

 p { color: rgb(216,71,59); }

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

background-color css

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

 a { background-color: rgb(216,71,59); }

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

border-color css

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

 span { border-color: rgb(216,71,59); }

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