Html Css Color HEX #D94E32 Cinnabar

📋 copy color: '#D94E32'

red 217 ◦ green 78 ◦ blue 50

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

Shades of Cinnabar #D94E32

Tints of Cinnabar #D94E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.49%

R = 62.9%
G = 22.61%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D94E32 (or 0xD94E32) is known color: Cinnabar. HEX triplet: D9, 4E and 32. RGB value is (217,78,50). Sum of RGB (Red+Green+Blue) = 217+78+50=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94E32 is #26B1CD. Grayscale: #747474. Windows color (decimal): -2535886 or 3296985. OLE color: 3296985.

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

Color convert

RGB 217 78 50 -
CMYK 0 0.64 0.77 0.15
HSL 10.06º 0.69% 0.52% -
HSV(B) 10.06º 0.77% 0.85% -
XYZ 31.92 20.43 5.28 -
YUV 116.37 90.55 199.78 -
System Red Green Blue C M Y K H S L
Decimal 217 78 50 0 0.64 0.77 0.15 10.06 0.69 0.52
Hex D9 4E 32 0 40 4D F A 45 34
Octal 331 116 62 0 100 115 17 12 105 64
Binary 11011001 1001110 110010 0 1000000 1001101 1111 1010 1000101 110100

Color Harmonies of #D94E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94E32

Black with #D94E32

Text Example


Text Example

White with #D94E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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