Html Css Color HEX #D94E3C Cinnabar

📋 copy color: '#D94E3C'

red 217 ◦ green 78 ◦ blue 60

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

Shades of Cinnabar #D94E3C

Tints of Cinnabar #D94E3C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.97%

 BLUE value IS 60 (23.83% from 255) = 16.9%

R = 61.13%
G = 21.97%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D94E3C (or 0xD94E3C) is known color: Cinnabar. HEX triplet: D9, 4E and 3C. RGB value is (217,78,60). Sum of RGB (Red+Green+Blue) = 217+78+60=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94E3C is #26B1C3. Grayscale: #757575. Windows color (decimal): -2535876 or 3952345. OLE color: 3952345.

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

Color convert

RGB 217 78 60 -
CMYK 0 0.64 0.72 0.15
HSL 6.88º 0.67% 0.54% -
HSV(B) 6.88º 0.72% 0.85% -
XYZ 32.16 20.53 6.54 -
YUV 117.51 95.55 198.96 -
System Red Green Blue C M Y K H S L
Decimal 217 78 60 0 0.64 0.72 0.15 6.88 0.67 0.54
Hex D9 4E 3C 0 40 48 F 7 43 36
Octal 331 116 74 0 100 110 17 7 103 66
Binary 11011001 1001110 111100 0 1000000 1001000 1111 111 1000011 110110

Color Harmonies of #D94E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94E3C

Black with #D94E3C

Text Example


Text Example

White with #D94E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94E3C; }

 p { color: rgb(217,78,60); }

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

background-color css

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

 a { background-color: rgb(217,78,60); }

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

border-color css

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

 span { border-color: rgb(217,78,60); }

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