Html Css Color HEX #D9463D Cinnabar

📋 copy color: '#D9463D'

red 217 ◦ green 70 ◦ blue 61

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

Shades of Cinnabar #D9463D

Tints of Cinnabar #D9463D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.53%

R = 62.36%
G = 20.11%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9463D (or 0xD9463D) is known color: Cinnabar. HEX triplet: D9, 46 and 3D. RGB value is (217,70,61). Sum of RGB (Red+Green+Blue) = 217+70+61=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9463D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9463D is #26B9C2. Grayscale: #717171. Windows color (decimal): -2537923 or 4015833. OLE color: 4015833.

HSL color Cylindrical-coordinate representation of color #D9463D: hue angle of 3.46º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9463D is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 70 61 -
CMYK 0 0.68 0.72 0.15
HSL 3.46º 0.67% 0.55% -
HSV(B) 3.46º 0.72% 0.85% -
XYZ 31.65 19.47 6.5 -
YUV 112.93 98.7 202.23 -
System Red Green Blue C M Y K H S L
Decimal 217 70 61 0 0.68 0.72 0.15 3.46 0.67 0.55
Hex D9 46 3D 0 44 48 F 3 43 37
Octal 331 106 75 0 104 110 17 3 103 67
Binary 11011001 1000110 111101 0 1000100 1001000 1111 11 1000011 110111

Color Harmonies of #D9463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9463D

Black with #D9463D

Text Example


Text Example

White with #D9463D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9463D; }

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

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

background-color css

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

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

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

border-color css

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

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

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