Html Css Color HEX #D9463E Cinnabar

📋 copy color: '#D9463E'

red 217 ◦ green 70 ◦ blue 62

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

Shades of Cinnabar #D9463E

Tints of Cinnabar #D9463E

RGB

 RED value IS 217 (85.16% from 255) = 62.18%

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

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

R = 62.18%
G = 20.06%
B = 17.77%

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

#D9463E (or 0xD9463E) is known color: Cinnabar. HEX triplet: D9, 46 and 3E. RGB value is (217,70,62). Sum of RGB (Red+Green+Blue) = 217+70+62=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D9463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9463E is #26B9C1. Grayscale: #717171. Windows color (decimal): -2537922 or 4081369. OLE color: 4081369.

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

Color convert

RGB 217 70 62 -
CMYK 0 0.68 0.71 0.15
HSL 3.1º 0.67% 0.55% -
HSV(B) 3.1º 0.71% 0.85% -
XYZ 31.67 19.48 6.65 -
YUV 113.04 99.2 202.15 -
System Red Green Blue C M Y K H S L
Decimal 217 70 62 0 0.68 0.71 0.15 3.1 0.67 0.55
Hex D9 46 3E 0 44 47 F 3 43 37
Octal 331 106 76 0 104 107 17 3 103 67
Binary 11011001 1000110 111110 0 1000100 1000111 1111 11 1000011 110111

Color Harmonies of #D9463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9463E

Black with #D9463E

Text Example


Text Example

White with #D9463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9463E; }

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

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

background-color css

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

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

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

border-color css

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

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

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