Html Css Color HEX #D9463A Cinnabar

📋 copy color: '#D9463A'

red 217 ◦ green 70 ◦ blue 58

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

Shades of Cinnabar #D9463A

Tints of Cinnabar #D9463A

RGB

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

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

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

R = 62.9%
G = 20.29%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9463A (or 0xD9463A) is known color: Cinnabar. HEX triplet: D9, 46 and 3A. RGB value is (217,70,58). Sum of RGB (Red+Green+Blue) = 217+70+58=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D9463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9463A is #26B9C5. Grayscale: #707070. Windows color (decimal): -2537926 or 3819225. OLE color: 3819225.

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

Color convert

RGB 217 70 58 -
CMYK 0 0.68 0.73 0.15
HSL 4.53º 0.68% 0.54% -
HSV(B) 4.53º 0.73% 0.85% -
XYZ 31.57 19.44 6.09 -
YUV 112.59 97.2 202.48 -
System Red Green Blue C M Y K H S L
Decimal 217 70 58 0 0.68 0.73 0.15 4.53 0.68 0.54
Hex D9 46 3A 0 44 49 F 5 44 36
Octal 331 106 72 0 104 111 17 5 104 66
Binary 11011001 1000110 111010 0 1000100 1001001 1111 101 1000100 110110

Color Harmonies of #D9463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9463A

Black with #D9463A

Text Example


Text Example

White with #D9463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9463A; }

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

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

background-color css

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

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

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

border-color css

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

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

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