Html Css Color HEX #D94E2E Cinnabar

📋 copy color: '#D94E2E'

red 217 ◦ green 78 ◦ blue 46

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

Shades of Cinnabar #D94E2E

Tints of Cinnabar #D94E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.49%

R = 63.64%
G = 22.87%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D94E2E (or 0xD94E2E) is known color: Cinnabar. HEX triplet: D9, 4E and 2E. RGB value is (217,78,46). Sum of RGB (Red+Green+Blue) = 217+78+46=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94E2E is #26B1D1. Grayscale: #747474. Windows color (decimal): -2535890 or 3034841. OLE color: 3034841.

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

Color convert

RGB 217 78 46 -
CMYK 0 0.64 0.79 0.15
HSL 11.23º 0.69% 0.52% -
HSV(B) 11.23º 0.79% 0.85% -
XYZ 31.83 20.4 4.84 -
YUV 115.91 88.55 200.1 -
System Red Green Blue C M Y K H S L
Decimal 217 78 46 0 0.64 0.79 0.15 11.23 0.69 0.52
Hex D9 4E 2E 0 40 4F F B 45 34
Octal 331 116 56 0 100 117 17 13 105 64
Binary 11011001 1001110 101110 0 1000000 1001111 1111 1011 1000101 110100

Color Harmonies of #D94E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94E2E

Black with #D94E2E

Text Example


Text Example

White with #D94E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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