Html Css Color HEX #D8443F Cinnabar

📋 copy color: '#D8443F'

red 216 ◦ green 68 ◦ blue 63

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

Shades of Cinnabar #D8443F

Tints of Cinnabar #D8443F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.16%

R = 62.25%
G = 19.6%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8443F (or 0xD8443F) is known color: Cinnabar. HEX triplet: D8, 44 and 3F. RGB value is (216,68,63). Sum of RGB (Red+Green+Blue) = 216+68+63=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D8443F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8443F is #27BBC0. Grayscale: #6F6F6F. Windows color (decimal): -2603969 or 4146392. OLE color: 4146392.

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

Color convert

RGB 216 68 63 -
CMYK 0 0.69 0.71 0.15
HSL 1.96º 0.66% 0.55% -
HSV(B) 1.96º 0.71% 0.85% -
XYZ 31.28 19.09 6.74 -
YUV 111.68 100.53 202.41 -
System Red Green Blue C M Y K H S L
Decimal 216 68 63 0 0.69 0.71 0.15 1.96 0.66 0.55
Hex D8 44 3F 0 45 47 F 2 42 37
Octal 330 104 77 0 105 107 17 2 102 67
Binary 11011000 1000100 111111 0 1000101 1000111 1111 10 1000010 110111

Color Harmonies of #D8443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8443F

Black with #D8443F

Text Example


Text Example

White with #D8443F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8443F; }

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

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

background-color css

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

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

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

border-color css

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

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

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