Html Css Color HEX #D94831 Cinnabar

📋 copy color: '#D94831'

red 217 ◦ green 72 ◦ blue 49

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

Shades of Cinnabar #D94831

Tints of Cinnabar #D94831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.3%

 BLUE value IS 49 (19.53% from 255) = 14.5%

R = 64.2%
G = 21.3%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D94831 (or 0xD94831) is known color: Cinnabar. HEX triplet: D9, 48 and 31. RGB value is (217,72,49). Sum of RGB (Red+Green+Blue) = 217+72+49=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D94831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94831 is #26B7CE. Grayscale: #707070. Windows color (decimal): -2537423 or 3229913. OLE color: 3229913.

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

Color convert

RGB 217 72 49 -
CMYK 0 0.67 0.77 0.15
HSL 8.21º 0.69% 0.52% -
HSV(B) 8.21º 0.77% 0.85% -
XYZ 31.49 19.61 5.03 -
YUV 112.73 92.04 202.37 -
System Red Green Blue C M Y K H S L
Decimal 217 72 49 0 0.67 0.77 0.15 8.21 0.69 0.52
Hex D9 48 31 0 43 4D F 8 45 34
Octal 331 110 61 0 103 115 17 10 105 64
Binary 11011001 1001000 110001 0 1000011 1001101 1111 1000 1000101 110100

Color Harmonies of #D94831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94831

Black with #D94831

Text Example


Text Example

White with #D94831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94831; }

 p { color: rgb(217,72,49); }

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

background-color css

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

 a { background-color: rgb(217,72,49); }

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

border-color css

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

 span { border-color: rgb(217,72,49); }

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