Html Css Color HEX #D8403B Cinnabar

📋 copy color: '#D8403B'

red 216 ◦ green 64 ◦ blue 59

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

Shades of Cinnabar #D8403B

Tints of Cinnabar #D8403B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.88%

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

R = 63.72%
G = 18.88%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8403B (or 0xD8403B) is known color: Cinnabar. HEX triplet: D8, 40 and 3B. RGB value is (216,64,59). Sum of RGB (Red+Green+Blue) = 216+64+59=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D8403B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8403B is #27BFC4. Grayscale: #6D6D6D. Windows color (decimal): -2604997 or 3883224. OLE color: 3883224.

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

Color convert

RGB 216 64 59 -
CMYK 0 0.70 0.73 0.15
HSL 1.91º 0.67% 0.54% -
HSV(B) 1.91º 0.73% 0.85% -
XYZ 30.94 18.58 6.09 -
YUV 108.88 99.86 204.41 -
System Red Green Blue C M Y K H S L
Decimal 216 64 59 0 0.70 0.73 0.15 1.91 0.67 0.54
Hex D8 40 3B 0 46 49 F 2 43 36
Octal 330 100 73 0 106 111 17 2 103 66
Binary 11011000 1000000 111011 0 1000110 1001001 1111 10 1000011 110110

Color Harmonies of #D8403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8403B

Black with #D8403B

Text Example


Text Example

White with #D8403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8403B; }

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

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

background-color css

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

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

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

border-color css

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

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

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