Html Css Color HEX #D9463B Cinnabar

📋 copy color: '#D9463B'

red 217 ◦ green 70 ◦ blue 59

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

Shades of Cinnabar #D9463B

Tints of Cinnabar #D9463B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.05%

R = 62.72%
G = 20.23%
B = 17.05%

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

#D9463B (or 0xD9463B) is known color: Cinnabar. HEX triplet: D9, 46 and 3B. RGB value is (217,70,59). Sum of RGB (Red+Green+Blue) = 217+70+59=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D9463B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9463B is #26B9C4. Grayscale: #707070. Windows color (decimal): -2537925 or 3884761. OLE color: 3884761.

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

Color convert

RGB 217 70 59 -
CMYK 0 0.68 0.73 0.15
HSL 4.18º 0.68% 0.54% -
HSV(B) 4.18º 0.73% 0.85% -
XYZ 31.59 19.45 6.23 -
YUV 112.7 97.7 202.39 -
System Red Green Blue C M Y K H S L
Decimal 217 70 59 0 0.68 0.73 0.15 4.18 0.68 0.54
Hex D9 46 3B 0 44 49 F 4 44 36
Octal 331 106 73 0 104 111 17 4 104 66
Binary 11011001 1000110 111011 0 1000100 1001001 1111 100 1000100 110110

Color Harmonies of #D9463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9463B

Black with #D9463B

Text Example


Text Example

White with #D9463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9463B; }

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

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

background-color css

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

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

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

border-color css

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

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

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