Html Css Color HEX #D94C34 Cinnabar

📋 copy color: '#D94C34'

red 217 ◦ green 76 ◦ blue 52

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

Shades of Cinnabar #D94C34

Tints of Cinnabar #D94C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.07%

R = 62.9%
G = 22.03%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D94C34 (or 0xD94C34) is known color: Cinnabar. HEX triplet: D9, 4C and 34. RGB value is (217,76,52). Sum of RGB (Red+Green+Blue) = 217+76+52=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94C34 is #26B3CB. Grayscale: #737373. Windows color (decimal): -2536396 or 3427545. OLE color: 3427545.

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

Color convert

RGB 217 76 52 -
CMYK 0 0.65 0.76 0.15
HSL 8.73º 0.68% 0.53% -
HSV(B) 8.73º 0.76% 0.85% -
XYZ 31.82 20.17 5.46 -
YUV 115.42 92.21 200.45 -
System Red Green Blue C M Y K H S L
Decimal 217 76 52 0 0.65 0.76 0.15 8.73 0.68 0.53
Hex D9 4C 34 0 41 4C F 9 44 35
Octal 331 114 64 0 101 114 17 11 104 65
Binary 11011001 1001100 110100 0 1000001 1001100 1111 1001 1000100 110101

Color Harmonies of #D94C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C34

Black with #D94C34

Text Example


Text Example

White with #D94C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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