Html Css Color HEX #D94D3C Cinnabar

📋 copy color: '#D94D3C'

red 217 ◦ green 77 ◦ blue 60

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

Shades of Cinnabar #D94D3C

Tints of Cinnabar #D94D3C

RGB

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

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

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

R = 61.3%
G = 21.75%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D94D3C (or 0xD94D3C) is known color: Cinnabar. HEX triplet: D9, 4D and 3C. RGB value is (217,77,60). Sum of RGB (Red+Green+Blue) = 217+77+60=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94D3C is #26B2C3. Grayscale: #757575. Windows color (decimal): -2536132 or 3952089. OLE color: 3952089.

HSL color Cylindrical-coordinate representation of color #D94D3C: hue angle of 6.5º 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 #D94D3C is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 77 60 -
CMYK 0 0.65 0.72 0.15
HSL 6.5º 0.67% 0.54% -
HSV(B) 6.5º 0.72% 0.85% -
XYZ 32.08 20.39 6.52 -
YUV 116.92 95.88 199.38 -
System Red Green Blue C M Y K H S L
Decimal 217 77 60 0 0.65 0.72 0.15 6.5 0.67 0.54
Hex D9 4D 3C 0 41 48 F 6 43 36
Octal 331 115 74 0 101 110 17 6 103 66
Binary 11011001 1001101 111100 0 1000001 1001000 1111 110 1000011 110110

Color Harmonies of #D94D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D3C

Black with #D94D3C

Text Example


Text Example

White with #D94D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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