Html Css Color HEX #D94443 Cinnabar

📋 copy color: '#D94443'

red 217 ◦ green 68 ◦ blue 67

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

Shades of Cinnabar #D94443

Tints of Cinnabar #D94443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.03%

R = 61.65%
G = 19.32%
B = 19.03%

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

#D94443 (or 0xD94443) is known color: Cinnabar. HEX triplet: D9, 44 and 43. RGB value is (217,68,67). Sum of RGB (Red+Green+Blue) = 217+68+67=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D94443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94443 is #26BBBC. Grayscale: #707070. Windows color (decimal): -2538429 or 4408537. OLE color: 4408537.

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

Color convert

RGB 217 68 67 -
CMYK 0 0.69 0.69 0.15
HSL 0.4º 0.66% 0.56% -
HSV(B) 0.4º 0.69% 0.85% -
XYZ 31.7 19.29 7.36 -
YUV 112.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 217 68 67 0 0.69 0.69 0.15 0.4 0.66 0.56
Hex D9 44 43 0 45 45 F 0 42 38
Octal 331 104 103 0 105 105 17 0 102 70
Binary 11011001 1000100 1000011 0 1000101 1000101 1111 0 1000010 111000

Color Harmonies of #D94443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94443

Black with #D94443

Text Example


Text Example

White with #D94443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94443; }

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

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

background-color css

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

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

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

border-color css

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

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

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