Html Css Color HEX #D4493E Cinnabar

📋 copy color: '#D4493E'

red 212 ◦ green 73 ◦ blue 62

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

Shades of Cinnabar #D4493E

Tints of Cinnabar #D4493E

RGB

 RED value IS 212 (83.2% from 255) = 61.1%

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

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

R = 61.1%
G = 21.04%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4493E (or 0xD4493E) is known color: Cinnabar. HEX triplet: D4, 49 and 3E. RGB value is (212,73,62). Sum of RGB (Red+Green+Blue) = 212+73+62=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D4493E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4493E is #2BB6C1. Grayscale: #717171. Windows color (decimal): -2864834 or 4082132. OLE color: 4082132.

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

Color convert

RGB 212 73 62 -
CMYK 0 0.66 0.71 0.17
HSL 4.4º 0.64% 0.54% -
HSV(B) 4.4º 0.71% 0.83% -
XYZ 30.4 19.11 6.64 -
YUV 113.31 99.05 198.39 -
System Red Green Blue C M Y K H S L
Decimal 212 73 62 0 0.66 0.71 0.17 4.4 0.64 0.54
Hex D4 49 3E 0 42 47 11 4 40 36
Octal 324 111 76 0 102 107 21 4 100 66
Binary 11010100 1001001 111110 0 1000010 1000111 10001 100 1000000 110110

Color Harmonies of #D4493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4493E

Black with #D4493E

Text Example


Text Example

White with #D4493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4493E; }

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

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

background-color css

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

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

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

border-color css

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

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

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