Html Css Color HEX #D1463B Cinnabar

📋 copy color: '#D1463B'

red 209 ◦ green 70 ◦ blue 59

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

Shades of Cinnabar #D1463B

Tints of Cinnabar #D1463B

RGB

 RED value IS 209 (82.03% from 255) = 61.83%

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

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

R = 61.83%
G = 20.71%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1463B (or 0xD1463B) is known color: Cinnabar. HEX triplet: D1, 46 and 3B. RGB value is (209,70,59). Sum of RGB (Red+Green+Blue) = 209+70+59=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1463B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1463B is #2EB9C4. Grayscale: #6E6E6E. Windows color (decimal): -3062213 or 3884753. OLE color: 3884753.

HSL color Cylindrical-coordinate representation of color #D1463B: hue angle of 4.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1463B is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 70 59 -
CMYK 0 0.67 0.72 0.18
HSL 4.4º 0.62% 0.53% -
HSV(B) 4.4º 0.72% 0.82% -
XYZ 29.27 18.25 6.12 -
YUV 110.31 99.05 198.39 -
System Red Green Blue C M Y K H S L
Decimal 209 70 59 0 0.67 0.72 0.18 4.4 0.62 0.53
Hex D1 46 3B 0 43 48 12 4 3E 35
Octal 321 106 73 0 103 110 22 4 76 65
Binary 11010001 1000110 111011 0 1000011 1001000 10010 100 111110 110101

Color Harmonies of #D1463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1463B

Black with #D1463B

Text Example


Text Example

White with #D1463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1463B; }

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

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

background-color css

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

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

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

border-color css

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

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

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