Html Css Color HEX #D8423A Cinnabar

📋 copy color: '#D8423A'

red 216 ◦ green 66 ◦ blue 58

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

Shades of Cinnabar #D8423A

Tints of Cinnabar #D8423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.41%

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

R = 63.53%
G = 19.41%
B = 17.06%

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

#D8423A (or 0xD8423A) is known color: Cinnabar. HEX triplet: D8, 42 and 3A. RGB value is (216,66,58). Sum of RGB (Red+Green+Blue) = 216+66+58=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D8423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8423A is #27BDC5. Grayscale: #6E6E6E. Windows color (decimal): -2604486 or 3818200. OLE color: 3818200.

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

Color convert

RGB 216 66 58 -
CMYK 0 0.69 0.73 0.15
HSL 3.04º 0.67% 0.54% -
HSV(B) 3.04º 0.73% 0.85% -
XYZ 31.03 18.8 6 -
YUV 109.94 98.7 203.65 -
System Red Green Blue C M Y K H S L
Decimal 216 66 58 0 0.69 0.73 0.15 3.04 0.67 0.54
Hex D8 42 3A 0 45 49 F 3 43 36
Octal 330 102 72 0 105 111 17 3 103 66
Binary 11011000 1000010 111010 0 1000101 1001001 1111 11 1000011 110110

Color Harmonies of #D8423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8423A

Black with #D8423A

Text Example


Text Example

White with #D8423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8423A; }

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

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

background-color css

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

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

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

border-color css

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

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

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