Html Css Color HEX #D94031 Cinnabar

📋 copy color: '#D94031'

red 217 ◦ green 64 ◦ blue 49

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

Shades of Cinnabar #D94031

Tints of Cinnabar #D94031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.39%

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

R = 65.76%
G = 19.39%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D94031 (or 0xD94031) is known color: Cinnabar. HEX triplet: D9, 40 and 31. RGB value is (217,64,49). Sum of RGB (Red+Green+Blue) = 217+64+49=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D94031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94031 is #26BFCE. Grayscale: #6C6C6C. Windows color (decimal): -2539471 or 3227865. OLE color: 3227865.

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

Color convert

RGB 217 64 49 -
CMYK 0 0.71 0.77 0.15
HSL 5.36º 0.69% 0.52% -
HSV(B) 5.36º 0.77% 0.85% -
XYZ 31 18.64 4.87 -
YUV 108.04 94.69 205.72 -
System Red Green Blue C M Y K H S L
Decimal 217 64 49 0 0.71 0.77 0.15 5.36 0.69 0.52
Hex D9 40 31 0 47 4D F 5 45 34
Octal 331 100 61 0 107 115 17 5 105 64
Binary 11011001 1000000 110001 0 1000111 1001101 1111 101 1000101 110100

Color Harmonies of #D94031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94031

Black with #D94031

Text Example


Text Example

White with #D94031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94031; }

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

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

background-color css

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

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

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

border-color css

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

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

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