Html Css Color HEX #D3493C Cinnabar

📋 copy color: '#D3493C'

red 211 ◦ green 73 ◦ blue 60

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

Shades of Cinnabar #D3493C

Tints of Cinnabar #D3493C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.44%

R = 61.34%
G = 21.22%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D3493C (or 0xD3493C) is known color: Cinnabar. HEX triplet: D3, 49 and 3C. RGB value is (211,73,60). Sum of RGB (Red+Green+Blue) = 211+73+60=344 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.34% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 211 - color contains mainly: red. Hex color #D3493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3493C is #2CB6C3. Grayscale: #707070. Windows color (decimal): -2930372 or 3951059. OLE color: 3951059.

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

Color convert

RGB 211 73 60 -
CMYK 0 0.65 0.72 0.17
HSL 5.17º 0.63% 0.53% -
HSV(B) 5.17º 0.72% 0.83% -
XYZ 30.06 18.94 6.35 -
YUV 112.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 211 73 60 0 0.65 0.72 0.17 5.17 0.63 0.53
Hex D3 49 3C 0 41 48 11 5 3F 35
Octal 323 111 74 0 101 110 21 5 77 65
Binary 11010011 1001001 111100 0 1000001 1001000 10001 101 111111 110101

Color Harmonies of #D3493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3493C

Black with #D3493C

Text Example


Text Example

White with #D3493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3493C; }

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

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

background-color css

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

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

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

border-color css

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

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

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