Html Css Color HEX #D8443D Cinnabar

📋 copy color: '#D8443D'

red 216 ◦ green 68 ◦ blue 61

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

Shades of Cinnabar #D8443D

Tints of Cinnabar #D8443D

RGB

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

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

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

R = 62.61%
G = 19.71%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8443D (or 0xD8443D) is known color: Cinnabar. HEX triplet: D8, 44 and 3D. RGB value is (216,68,61). Sum of RGB (Red+Green+Blue) = 216+68+61=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D8443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8443D is #27BBC2. Grayscale: #6F6F6F. Windows color (decimal): -2603971 or 4015320. OLE color: 4015320.

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

Color convert

RGB 216 68 61 -
CMYK 0 0.69 0.72 0.15
HSL 2.71º 0.67% 0.54% -
HSV(B) 2.71º 0.72% 0.85% -
XYZ 31.23 19.07 6.45 -
YUV 111.45 99.53 202.57 -
System Red Green Blue C M Y K H S L
Decimal 216 68 61 0 0.69 0.72 0.15 2.71 0.67 0.54
Hex D8 44 3D 0 45 48 F 3 43 36
Octal 330 104 75 0 105 110 17 3 103 66
Binary 11011000 1000100 111101 0 1000101 1001000 1111 11 1000011 110110

Color Harmonies of #D8443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8443D

Black with #D8443D

Text Example


Text Example

White with #D8443D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8443D; }

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

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

background-color css

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

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

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

border-color css

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

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

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