Html Css Color HEX #D94C3C Cinnabar

📋 copy color: '#D94C3C'

red 217 ◦ green 76 ◦ blue 60

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

Shades of Cinnabar #D94C3C

Tints of Cinnabar #D94C3C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.53%

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

R = 61.47%
G = 21.53%
B = 17%

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

#D94C3C (or 0xD94C3C) is known color: Cinnabar. HEX triplet: D9, 4C and 3C. RGB value is (217,76,60). Sum of RGB (Red+Green+Blue) = 217+76+60=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94C3C is #26B3C3. Grayscale: #747474. Windows color (decimal): -2536388 or 3951833. OLE color: 3951833.

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

Color convert

RGB 217 76 60 -
CMYK 0 0.65 0.72 0.15
HSL 6.11º 0.67% 0.54% -
HSV(B) 6.11º 0.72% 0.85% -
XYZ 32.02 20.25 6.5 -
YUV 116.34 96.21 199.8 -
System Red Green Blue C M Y K H S L
Decimal 217 76 60 0 0.65 0.72 0.15 6.11 0.67 0.54
Hex D9 4C 3C 0 41 48 F 6 43 36
Octal 331 114 74 0 101 110 17 6 103 66
Binary 11011001 1001100 111100 0 1000001 1001000 1111 110 1000011 110110

Color Harmonies of #D94C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C3C

Black with #D94C3C

Text Example


Text Example

White with #D94C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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