Html Css Color HEX #D94B31 Cinnabar

📋 copy color: '#D94B31'

red 217 ◦ green 75 ◦ blue 49

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

Shades of Cinnabar #D94B31

Tints of Cinnabar #D94B31

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.99%

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

R = 63.64%
G = 21.99%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D94B31 (or 0xD94B31) is known color: Cinnabar. HEX triplet: D9, 4B and 31. RGB value is (217,75,49). Sum of RGB (Red+Green+Blue) = 217+75+49=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94B31 is #26B4CE. Grayscale: #727272. Windows color (decimal): -2536655 or 3230681. OLE color: 3230681.

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

Color convert

RGB 217 75 49 -
CMYK 0 0.65 0.77 0.15
HSL 9.29º 0.69% 0.52% -
HSV(B) 9.29º 0.77% 0.85% -
XYZ 31.69 20.01 5.1 -
YUV 114.49 91.04 201.11 -
System Red Green Blue C M Y K H S L
Decimal 217 75 49 0 0.65 0.77 0.15 9.29 0.69 0.52
Hex D9 4B 31 0 41 4D F 9 45 34
Octal 331 113 61 0 101 115 17 11 105 64
Binary 11011001 1001011 110001 0 1000001 1001101 1111 1001 1000101 110100

Color Harmonies of #D94B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94B31

Black with #D94B31

Text Example


Text Example

White with #D94B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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