Html Css Color HEX #D5493E Cinnabar

📋 copy color: '#D5493E'

red 213 ◦ green 73 ◦ blue 62

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

Shades of Cinnabar #D5493E

Tints of Cinnabar #D5493E

RGB

 RED value IS 213 (83.59% from 255) = 61.21%

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

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

R = 61.21%
G = 20.98%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5493E (or 0xD5493E) is known color: Cinnabar. HEX triplet: D5, 49 and 3E. RGB value is (213,73,62). Sum of RGB (Red+Green+Blue) = 213+73+62=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D5493E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5493E is #2AB6C1. Grayscale: #717171. Windows color (decimal): -2799298 or 4082133. OLE color: 4082133.

HSL color Cylindrical-coordinate representation of color #D5493E: hue angle of 4.37º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5493E is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 73 62 -
CMYK 0 0.66 0.71 0.16
HSL 4.37º 0.64% 0.54% -
HSV(B) 4.37º 0.71% 0.84% -
XYZ 30.69 19.26 6.66 -
YUV 113.61 98.88 198.89 -
System Red Green Blue C M Y K H S L
Decimal 213 73 62 0 0.66 0.71 0.16 4.37 0.64 0.54
Hex D5 49 3E 0 42 47 10 4 40 36
Octal 325 111 76 0 102 107 20 4 100 66
Binary 11010101 1001001 111110 0 1000010 1000111 10000 100 1000000 110110

Color Harmonies of #D5493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5493E

Black with #D5493E

Text Example


Text Example

White with #D5493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5493E; }

 p { color: rgb(213,73,62); }

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

background-color css

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

 a { background-color: rgb(213,73,62); }

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

border-color css

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

 span { border-color: rgb(213,73,62); }

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