Html Css Color HEX #D3463A Cinnabar

📋 copy color: '#D3463A'

red 211 ◦ green 70 ◦ blue 58

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

Shades of Cinnabar #D3463A

Tints of Cinnabar #D3463A

RGB

 RED value IS 211 (82.81% from 255) = 62.24%

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

 BLUE value IS 58 (23.05% from 255) = 17.11%

R = 62.24%
G = 20.65%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D3463A (or 0xD3463A) is known color: Cinnabar. HEX triplet: D3, 46 and 3A. RGB value is (211,70,58). Sum of RGB (Red+Green+Blue) = 211+70+58=339 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.24% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 211 - color contains mainly: red. Hex color #D3463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3463A is #2CB9C5. Grayscale: #6E6E6E. Windows color (decimal): -2931142 or 3819219. OLE color: 3819219.

HSL color Cylindrical-coordinate representation of color #D3463A: hue angle of 4.71º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3463A is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 70 58 -
CMYK 0 0.67 0.73 0.17
HSL 4.71º 0.63% 0.53% -
HSV(B) 4.71º 0.73% 0.83% -
XYZ 29.82 18.53 6.01 -
YUV 110.79 98.21 199.48 -
System Red Green Blue C M Y K H S L
Decimal 211 70 58 0 0.67 0.73 0.17 4.71 0.63 0.53
Hex D3 46 3A 0 43 49 11 5 3F 35
Octal 323 106 72 0 103 111 21 5 77 65
Binary 11010011 1000110 111010 0 1000011 1001001 10001 101 111111 110101

Color Harmonies of #D3463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3463A

Black with #D3463A

Text Example


Text Example

White with #D3463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3463A; }

 p { color: rgb(211,70,58); }

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

background-color css

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

 a { background-color: rgb(211,70,58); }

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

border-color css

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

 span { border-color: rgb(211,70,58); }

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