Html Css Color HEX #D94D3A Cinnabar

📋 copy color: '#D94D3A'

red 217 ◦ green 77 ◦ blue 58

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

Shades of Cinnabar #D94D3A

Tints of Cinnabar #D94D3A

RGB

 RED value IS 217 (85.16% from 255) = 61.65%

 GREEN value IS 77 (30.47% from 255) = 21.88%

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

R = 61.65%
G = 21.88%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D94D3A (or 0xD94D3A) is known color: Cinnabar. HEX triplet: D9, 4D and 3A. RGB value is (217,77,58). Sum of RGB (Red+Green+Blue) = 217+77+58=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94D3A is #26B2C5. Grayscale: #747474. Windows color (decimal): -2536134 or 3821017. OLE color: 3821017.

HSL color Cylindrical-coordinate representation of color #D94D3A: hue angle of 7.17º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D94D3A is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 77 58 -
CMYK 0 0.65 0.73 0.15
HSL 7.17º 0.68% 0.54% -
HSV(B) 7.17º 0.73% 0.85% -
XYZ 32.03 20.36 6.25 -
YUV 116.69 94.88 199.54 -
System Red Green Blue C M Y K H S L
Decimal 217 77 58 0 0.65 0.73 0.15 7.17 0.68 0.54
Hex D9 4D 3A 0 41 49 F 7 44 36
Octal 331 115 72 0 101 111 17 7 104 66
Binary 11011001 1001101 111010 0 1000001 1001001 1111 111 1000100 110110

Color Harmonies of #D94D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D3A

Black with #D94D3A

Text Example


Text Example

White with #D94D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D3A; }

 p { color: rgb(217,77,58); }

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

background-color css

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

 a { background-color: rgb(217,77,58); }

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

border-color css

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

 span { border-color: rgb(217,77,58); }

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