Html Css Color HEX #D1463E Cinnabar

📋 copy color: '#D1463E'

red 209 ◦ green 70 ◦ blue 62

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

Shades of Cinnabar #D1463E

Tints of Cinnabar #D1463E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.18%

R = 61.29%
G = 20.53%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1463E (or 0xD1463E) is known color: Cinnabar. HEX triplet: D1, 46 and 3E. RGB value is (209,70,62). Sum of RGB (Red+Green+Blue) = 209+70+62=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D1463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1463E is #2EB9C1. Grayscale: #6E6E6E. Windows color (decimal): -3062210 or 4081361. OLE color: 4081361.

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

Color convert

RGB 209 70 62 -
CMYK 0 0.67 0.70 0.18
HSL 3.27º 0.62% 0.53% -
HSV(B) 3.27º 0.7% 0.82% -
XYZ 29.35 18.28 6.54 -
YUV 110.65 100.55 198.15 -
System Red Green Blue C M Y K H S L
Decimal 209 70 62 0 0.67 0.70 0.18 3.27 0.62 0.53
Hex D1 46 3E 0 43 46 12 3 3E 35
Octal 321 106 76 0 103 106 22 3 76 65
Binary 11010001 1000110 111110 0 1000011 1000110 10010 11 111110 110101

Color Harmonies of #D1463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1463E

Black with #D1463E

Text Example


Text Example

White with #D1463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1463E; }

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

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

background-color css

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

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

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

border-color css

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

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

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