Html Css Color HEX #D8443A Cinnabar

📋 copy color: '#D8443A'

red 216 ◦ green 68 ◦ blue 58

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

Shades of Cinnabar #D8443A

Tints of Cinnabar #D8443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.88%

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

R = 63.16%
G = 19.88%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8443A (or 0xD8443A) is known color: Cinnabar. HEX triplet: D8, 44 and 3A. RGB value is (216,68,58). Sum of RGB (Red+Green+Blue) = 216+68+58=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D8443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8443A is #27BBC5. Grayscale: #6F6F6F. Windows color (decimal): -2603974 or 3818712. OLE color: 3818712.

HSL color Cylindrical-coordinate representation of color #D8443A: hue angle of 3.8º 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 #D8443A is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 68 58 -
CMYK 0 0.69 0.73 0.15
HSL 3.8º 0.67% 0.54% -
HSV(B) 3.8º 0.73% 0.85% -
XYZ 31.15 19.04 6.04 -
YUV 111.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 216 68 58 0 0.69 0.73 0.15 3.8 0.67 0.54
Hex D8 44 3A 0 45 49 F 4 43 36
Octal 330 104 72 0 105 111 17 4 103 66
Binary 11011000 1000100 111010 0 1000101 1001001 1111 100 1000011 110110

Color Harmonies of #D8443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8443A

Black with #D8443A

Text Example


Text Example

White with #D8443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8443A; }

 p { color: rgb(216,68,58); }

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

background-color css

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

 a { background-color: rgb(216,68,58); }

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

border-color css

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

 span { border-color: rgb(216,68,58); }

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