Html Css Color HEX #D6463B Cinnabar

📋 copy color: '#D6463B'

red 214 ◦ green 70 ◦ blue 59

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

Shades of Cinnabar #D6463B

Tints of Cinnabar #D6463B

RGB

 RED value IS 214 (83.98% from 255) = 62.39%

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

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

R = 62.39%
G = 20.41%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6463B (or 0xD6463B) is known color: Cinnabar. HEX triplet: D6, 46 and 3B. RGB value is (214,70,59). Sum of RGB (Red+Green+Blue) = 214+70+59=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D6463B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6463B is #29B9C4. Grayscale: #6F6F6F. Windows color (decimal): -2734533 or 3884758. OLE color: 3884758.

HSL color Cylindrical-coordinate representation of color #D6463B: hue angle of 4.26º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6463B is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 70 59 -
CMYK 0 0.67 0.72 0.16
HSL 4.26º 0.65% 0.54% -
HSV(B) 4.26º 0.72% 0.84% -
XYZ 30.71 18.99 6.18 -
YUV 111.8 98.21 200.89 -
System Red Green Blue C M Y K H S L
Decimal 214 70 59 0 0.67 0.72 0.16 4.26 0.65 0.54
Hex D6 46 3B 0 43 48 10 4 41 36
Octal 326 106 73 0 103 110 20 4 101 66
Binary 11010110 1000110 111011 0 1000011 1001000 10000 100 1000001 110110

Color Harmonies of #D6463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6463B

Black with #D6463B

Text Example


Text Example

White with #D6463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6463B; }

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

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

background-color css

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

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

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

border-color css

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

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

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