Html Css Color HEX #D94E2D Cinnabar

📋 copy color: '#D94E2D'

red 217 ◦ green 78 ◦ blue 45

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

Shades of Cinnabar #D94E2D

Tints of Cinnabar #D94E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.24%

R = 63.82%
G = 22.94%
B = 13.24%

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

#D94E2D (or 0xD94E2D) is known color: Cinnabar. HEX triplet: D9, 4E and 2D. RGB value is (217,78,45). Sum of RGB (Red+Green+Blue) = 217+78+45=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94E2D is #26B1D2. Grayscale: #747474. Windows color (decimal): -2535891 or 2969305. OLE color: 2969305.

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

Color convert

RGB 217 78 45 -
CMYK 0 0.64 0.79 0.15
HSL 11.51º 0.69% 0.51% -
HSV(B) 11.51º 0.79% 0.85% -
XYZ 31.81 20.39 4.74 -
YUV 115.8 88.05 200.18 -
System Red Green Blue C M Y K H S L
Decimal 217 78 45 0 0.64 0.79 0.15 11.51 0.69 0.51
Hex D9 4E 2D 0 40 4F F C 45 33
Octal 331 116 55 0 100 117 17 14 105 63
Binary 11011001 1001110 101101 0 1000000 1001111 1111 1100 1000101 110011

Color Harmonies of #D94E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94E2D

Black with #D94E2D

Text Example


Text Example

White with #D94E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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