Html Css Color HEX #D94531 Cinnabar

📋 copy color: '#D94531'

red 217 ◦ green 69 ◦ blue 49

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

Shades of Cinnabar #D94531

Tints of Cinnabar #D94531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.6%

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

R = 64.78%
G = 20.6%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D94531 (or 0xD94531) is known color: Cinnabar. HEX triplet: D9, 45 and 31. RGB value is (217,69,49). Sum of RGB (Red+Green+Blue) = 217+69+49=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D94531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94531 is #26BACE. Grayscale: #6F6F6F. Windows color (decimal): -2538191 or 3229145. OLE color: 3229145.

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

Color convert

RGB 217 69 49 -
CMYK 0 0.68 0.77 0.15
HSL 7.14º 0.69% 0.52% -
HSV(B) 7.14º 0.77% 0.85% -
XYZ 31.3 19.23 4.97 -
YUV 110.97 93.03 203.63 -
System Red Green Blue C M Y K H S L
Decimal 217 69 49 0 0.68 0.77 0.15 7.14 0.69 0.52
Hex D9 45 31 0 44 4D F 7 45 34
Octal 331 105 61 0 104 115 17 7 105 64
Binary 11011001 1000101 110001 0 1000100 1001101 1111 111 1000101 110100

Color Harmonies of #D94531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94531

Black with #D94531

Text Example


Text Example

White with #D94531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94531; }

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

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

background-color css

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

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

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

border-color css

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

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

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