Html Css Color HEX #D4493D Cinnabar

📋 copy color: '#D4493D'

red 212 ◦ green 73 ◦ blue 61

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

Shades of Cinnabar #D4493D

Tints of Cinnabar #D4493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.63%

R = 61.27%
G = 21.1%
B = 17.63%

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

#D4493D (or 0xD4493D) is known color: Cinnabar. HEX triplet: D4, 49 and 3D. RGB value is (212,73,61). Sum of RGB (Red+Green+Blue) = 212+73+61=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D4493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4493D is #2BB6C2. Grayscale: #717171. Windows color (decimal): -2864835 or 4016596. OLE color: 4016596.

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

Color convert

RGB 212 73 61 -
CMYK 0 0.66 0.71 0.17
HSL 4.77º 0.64% 0.54% -
HSV(B) 4.77º 0.71% 0.83% -
XYZ 30.38 19.1 6.5 -
YUV 113.19 98.55 198.48 -
System Red Green Blue C M Y K H S L
Decimal 212 73 61 0 0.66 0.71 0.17 4.77 0.64 0.54
Hex D4 49 3D 0 42 47 11 5 40 36
Octal 324 111 75 0 102 107 21 5 100 66
Binary 11010100 1001001 111101 0 1000010 1000111 10001 101 1000000 110110

Color Harmonies of #D4493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4493D

Black with #D4493D

Text Example


Text Example

White with #D4493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4493D; }

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

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

background-color css

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

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

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

border-color css

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

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

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