Html Css Color HEX #D3493A Cinnabar

📋 copy color: '#D3493A'

red 211 ◦ green 73 ◦ blue 58

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

Shades of Cinnabar #D3493A

Tints of Cinnabar #D3493A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.35%

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

R = 61.7%
G = 21.35%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D3493A (or 0xD3493A) is known color: Cinnabar. HEX triplet: D3, 49 and 3A. RGB value is (211,73,58). Sum of RGB (Red+Green+Blue) = 211+73+58=342 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.70% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 211 - color contains mainly: red. Hex color #D3493A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3493A is #2CB6C5. Grayscale: #707070. Windows color (decimal): -2930374 or 3819987. OLE color: 3819987.

HSL color Cylindrical-coordinate representation of color #D3493A: hue angle of 5.88º 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 #D3493A is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 73 58 -
CMYK 0 0.65 0.73 0.17
HSL 5.88º 0.63% 0.53% -
HSV(B) 5.88º 0.73% 0.83% -
XYZ 30.01 18.92 6.07 -
YUV 112.55 97.22 198.22 -
System Red Green Blue C M Y K H S L
Decimal 211 73 58 0 0.65 0.73 0.17 5.88 0.63 0.53
Hex D3 49 3A 0 41 49 11 6 3F 35
Octal 323 111 72 0 101 111 21 6 77 65
Binary 11010011 1001001 111010 0 1000001 1001001 10001 110 111111 110101

Color Harmonies of #D3493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3493A

Black with #D3493A

Text Example


Text Example

White with #D3493A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3493A; }

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

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

background-color css

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

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

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

border-color css

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

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

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