Html Css Color HEX #D8463E Cinnabar

📋 copy color: '#D8463E'

red 216 ◦ green 70 ◦ blue 62

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

Shades of Cinnabar #D8463E

Tints of Cinnabar #D8463E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.11%

 BLUE value IS 62 (24.61% from 255) = 17.82%

R = 62.07%
G = 20.11%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8463E (or 0xD8463E) is known color: Cinnabar. HEX triplet: D8, 46 and 3E. RGB value is (216,70,62). Sum of RGB (Red+Green+Blue) = 216+70+62=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D8463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8463E is #27B9C1. Grayscale: #707070. Windows color (decimal): -2603458 or 4081368. OLE color: 4081368.

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

Color convert

RGB 216 70 62 -
CMYK 0 0.68 0.71 0.15
HSL 3.12º 0.66% 0.55% -
HSV(B) 3.12º 0.71% 0.85% -
XYZ 31.38 19.33 6.63 -
YUV 112.74 99.37 201.65 -
System Red Green Blue C M Y K H S L
Decimal 216 70 62 0 0.68 0.71 0.15 3.12 0.66 0.55
Hex D8 46 3E 0 44 47 F 3 42 37
Octal 330 106 76 0 104 107 17 3 102 67
Binary 11011000 1000110 111110 0 1000100 1000111 1111 11 1000010 110111

Color Harmonies of #D8463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8463E

Black with #D8463E

Text Example


Text Example

White with #D8463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8463E; }

 p { color: rgb(216,70,62); }

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

background-color css

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

 a { background-color: rgb(216,70,62); }

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

border-color css

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

 span { border-color: rgb(216,70,62); }

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