Html Css Color HEX #D94444 Cinnabar

📋 copy color: '#D94444'

red 217 ◦ green 68 ◦ blue 68

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

Shades of Cinnabar #D94444

Tints of Cinnabar #D94444

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.26%

 BLUE value IS 68 (26.95% from 255) = 19.26%

R = 61.47%
G = 19.26%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D94444 (or 0xD94444) is known color: Cinnabar. HEX triplet: D9, 44 and 44. RGB value is (217,68,68). Sum of RGB (Red+Green+Blue) = 217+68+68=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D94444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94444 is #26BBBB. Grayscale: #707070. Windows color (decimal): -2538428 or 4474073. OLE color: 4474073.

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

Color convert

RGB 217 68 68 -
CMYK 0 0.69 0.69 0.15
HSL 0.66% 0.56% -
HSV(B) 0.69% 0.85% -
XYZ 31.73 19.3 7.52 -
YUV 112.55 102.86 202.5 -
System Red Green Blue C M Y K H S L
Decimal 217 68 68 0 0.69 0.69 0.15 0 0.66 0.56
Hex D9 44 44 0 45 45 F 0 42 38
Octal 331 104 104 0 105 105 17 0 102 70
Binary 11011001 1000100 1000100 0 1000101 1000101 1111 0 1000010 111000

Color Harmonies of #D94444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94444

Black with #D94444

Text Example


Text Example

White with #D94444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94444; }

 p { color: rgb(217,68,68); }

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

background-color css

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

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

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

border-color css

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

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

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