Html Css Color HEX #D9463F Cinnabar

📋 copy color: '#D9463F'

red 217 ◦ green 70 ◦ blue 63

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

Shades of Cinnabar #D9463F

Tints of Cinnabar #D9463F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18%

R = 62%
G = 20%
B = 18%

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

#D9463F (or 0xD9463F) is known color: Cinnabar. HEX triplet: D9, 46 and 3F. RGB value is (217,70,63). Sum of RGB (Red+Green+Blue) = 217+70+63=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D9463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9463F is #26B9C0. Grayscale: #717171. Windows color (decimal): -2537921 or 4146905. OLE color: 4146905.

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

Color convert

RGB 217 70 63 -
CMYK 0 0.68 0.71 0.15
HSL 2.73º 0.67% 0.55% -
HSV(B) 2.73º 0.71% 0.85% -
XYZ 31.7 19.49 6.79 -
YUV 113.16 99.7 202.07 -
System Red Green Blue C M Y K H S L
Decimal 217 70 63 0 0.68 0.71 0.15 2.73 0.67 0.55
Hex D9 46 3F 0 44 47 F 3 43 37
Octal 331 106 77 0 104 107 17 3 103 67
Binary 11011001 1000110 111111 0 1000100 1000111 1111 11 1000011 110111

Color Harmonies of #D9463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9463F

Black with #D9463F

Text Example


Text Example

White with #D9463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9463F; }

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

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

background-color css

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

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

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

border-color css

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

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

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