Html Css Color HEX #D8413A Cinnabar

📋 copy color: '#D8413A'

red 216 ◦ green 65 ◦ blue 58

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

Shades of Cinnabar #D8413A

Tints of Cinnabar #D8413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.17%

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

R = 63.72%
G = 19.17%
B = 17.11%

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

#D8413A (or 0xD8413A) is known color: Cinnabar. HEX triplet: D8, 41 and 3A. RGB value is (216,65,58). Sum of RGB (Red+Green+Blue) = 216+65+58=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D8413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8413A is #27BEC5. Grayscale: #6D6D6D. Windows color (decimal): -2604742 or 3817944. OLE color: 3817944.

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

Color convert

RGB 216 65 58 -
CMYK 0 0.70 0.73 0.15
HSL 2.66º 0.67% 0.54% -
HSV(B) 2.66º 0.73% 0.85% -
XYZ 30.97 18.69 5.98 -
YUV 109.35 99.03 204.07 -
System Red Green Blue C M Y K H S L
Decimal 216 65 58 0 0.70 0.73 0.15 2.66 0.67 0.54
Hex D8 41 3A 0 46 49 F 3 43 36
Octal 330 101 72 0 106 111 17 3 103 66
Binary 11011000 1000001 111010 0 1000110 1001001 1111 11 1000011 110110

Color Harmonies of #D8413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8413A

Black with #D8413A

Text Example


Text Example

White with #D8413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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