Html Css Color HEX #D4493A Cinnabar

📋 copy color: '#D4493A'

red 212 ◦ green 73 ◦ blue 58

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

Shades of Cinnabar #D4493A

Tints of Cinnabar #D4493A

RGB

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

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

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

R = 61.81%
G = 21.28%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4493A (or 0xD4493A) is known color: Cinnabar. HEX triplet: D4, 49 and 3A. RGB value is (212,73,58). Sum of RGB (Red+Green+Blue) = 212+73+58=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D4493A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4493A is #2BB6C5. Grayscale: #717171. Windows color (decimal): -2864838 or 3819988. OLE color: 3819988.

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

Color convert

RGB 212 73 58 -
CMYK 0 0.66 0.73 0.17
HSL 5.84º 0.64% 0.53% -
HSV(B) 5.84º 0.73% 0.83% -
XYZ 30.3 19.07 6.09 -
YUV 112.85 97.05 198.72 -
System Red Green Blue C M Y K H S L
Decimal 212 73 58 0 0.66 0.73 0.17 5.84 0.64 0.53
Hex D4 49 3A 0 42 49 11 6 40 35
Octal 324 111 72 0 102 111 21 6 100 65
Binary 11010100 1001001 111010 0 1000010 1001001 10001 110 1000000 110101

Color Harmonies of #D4493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4493A

Black with #D4493A

Text Example


Text Example

White with #D4493A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4493A; }

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

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

background-color css

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

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

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

border-color css

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

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

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